Gets a list of WinUI Shape objects representing adjustment handles.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public List<Shape> Handles { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Handles As List(Of Shape) |
See Also