Gets the control points associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public IDictionary<string, Control> Controls { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Controls As IDictionary(Of String, Control) |
A map between the shape controls and their names.
WpfDiagram Programmer's Guide | © 2024 MindFusion |