DiagramLite Programmer's Guide
Diagram.ShapeHandlesStyle Property
See Also
 





Gets or sets the default value for the HandlesStyle property of new shape nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public HandlesStyle ShapeHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property ShapeHandlesStyle As HandlesStyle

 Property Value

 Remarks

This property provides default value for the HandlesStyle property of new shape nodes, created either programmatically or by the user.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace