MindFusion.Wpf Pack Programmer's Guide
Diagram.ShapeCustomDraw Property
See Also
 





Gets or sets the default type of custom painting done for shape nodes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public CustomDraw ShapeCustomDraw { get; set; }

Visual Basic  Copy Code

Public Property ShapeCustomDraw As CustomDraw

 Property Value

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

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DrawNode Event