Gets or sets the type of custom drawing performed for this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public CustomDraw CustomDraw { get; set; } |
Visual Basic
![]() |
---|
Public Property CustomDraw As CustomDraw |
A member of the CustomDraw enumeration. The default value is None.
If custom drawing is enabled, the control raises DrawNode or DrawLink events to let the application run custom rendering code.