NodeLayoutRenderMethod - свойство
Пространство имён: Tessa.UI.WorkflowViewer.LayoutsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
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,
ByteINodeLayoutRenderMethod