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