Search
DiagramItem.CustomDraw Property
See Also
 





Gets or sets the type of custom drawing performed for this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CustomDraw CustomDraw { get; set; }

Visual Basic  Copy Code

Public Property CustomDraw As CustomDraw

 Property Value

A member of the CustomDraw enumeration. The default value is None.

 Remarks

If custom drawing is enabled, the control raises DrawNode or DrawLink events to let the application run custom rendering code.

 See Also