Search
DrawHandlesEventArgs.Handles Property
See Also
 






Gets a list of WinUI Shape objects representing adjustment handles.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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