Gets or sets the default value for the HandlesStyle property of new shape nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public HandlesStyle ShapeHandlesStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeHandlesStyle As HandlesStyle |
A member of the HandlesStyle enumeration.
RemarksThis property provides default value for the HandlesStyle property of new shape nodes, created either programmatically or by the user. That property specifies how selected nodes are indicated visually, and how they can be moved, resized or connected to other objects.
See Also