Search
DiagramItem.handles Field
See Also
 






A list of the Rectangle objects that represent the item's adjustment handles.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected List<Shape> handles

Visual Basic  Copy Code

Protected handles As List(Of Shape)

 See Also