Gets a read-only collection of all named shapes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public static Dictionary<string, Shape> Shapes { get; } |
Visual Basic
![]() |
---|
Public Shared ReadOnly Property Shapes As Dictionary(Of String, Shape) |
A dictionary with all named shapes.
Initially the dictionary contains only the predefined shapes. Any new shape you create is added automatically to Shapes if an identifier has been specified via the Shape constructor.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |