NodeLayoutRenderMethod - свойство |
Пространство имён:
Tessa.UI.WorkflowViewer.Layouts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Func<double, double, byte[]> RenderMethod { get; set; }
Public Property RenderMethod As Func(Of Double, Double, Byte())
Get
Set
public:
virtual property Func<double, double, array<unsigned char>^>^ RenderMethod {
Func<double, double, array<unsigned char>^>^ get () sealed;
void set (Func<double, double, array<unsigned char>^>^ value) sealed;
}
abstract RenderMethod : Func<float, float, byte[]> with get, set
override RenderMethod : Func<float, float, byte[]> with get, set
Значение свойства
Тип:
FuncDouble,
Double,
ByteРеализации
INodeLayoutRenderMethodСм. также