Gets or sets the default type of custom painting done for shape nodes.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public CustomDraw ShapeCustomDraw { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapeCustomDraw As CustomDraw |
A member of the CustomDraw enumeration. The default is None.
This property specifies whether and how custom painting of shape nodes is performed. Its value is assigned to the CustomDraw property of new shape nodes.
NetDiagram Programmer's Guide | © 2023 MindFusion |