Search
DrawNodeEventArgs.CustomDrawKind Property
See Also
 





Gets the CustomDraw kind for which the event is raised.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CustomDraw CustomDrawKind { get; }

Visual Basic  Copy Code

Public ReadOnly Property CustomDrawKind As CustomDraw

 Property Value

A member of the CustomDraw enumeration.

 See Also