DiagramLite Programmer's Guide
DrawHandlesEventArgs.Handles Property
See Also
 





Gets a list of Silverlight Shape objects representing adjustment handles.

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

 Syntax

C#  Copy Code

public List<Shape> Handles { get; }

Visual Basic  Copy Code

Public ReadOnly Property Handles As List(Of Shape)

 Property Value

 See Also

DrawHandlesEventArgs Members
DrawHandlesEventArgs Class
MindFusion.Diagramming Namespace