MindFusion.Wpf Pack Programmer's Guide
DiagramNode.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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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.

 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

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
ShapeHandlesStyle Property
HitTestHandle Method