DiagramLite Programmer's Guide
DiagramItem.HandlesStyle Property
See Also
 





Gets or sets a value indicating how the node adjustment handles behave and what do they look like.

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

 Syntax

C#  Copy Code

public HandlesStyle HandlesStyle { get; set; }

Visual Basic  Copy Code

Public Property HandlesStyle As HandlesStyle

 Property Value

A member of the HandlesStyle enumeration. The default value is SquareHandles.

 Remarks

Specifies how node selection status is indicated visually. In addition, this property defines how manipulation of the node can be done, that is, how to move it, resize it or link it to other nodes. You can assign any of the HandlesStyle values to this property.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
HitTestHandle Method