Search
Diagram.ShapeHandlesStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HandlesStyle ShapeHandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property ShapeHandlesStyle As HandlesStyle

 Property Value

A member of the HandlesStyle enumeration.

 Remarks

This 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