Search
DrawHandlesEventArgs.Positions Property
See Also
 






Gets a list of points specifying default handle positions.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IList<Point> Positions { get; }

Visual Basic  Copy Code

Public ReadOnly Property Positions As IList(Of Point)

 Property Value

 See Also