Gets a read-only collection of all named shapes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public static ShapeCollection Shapes { get; } |
Visual Basic Copy Code |
---|
Public Shared ReadOnly Property Shapes As ShapeCollection |
An instance of the ShapeCollection class.
Initially the collection 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 Developer's Guide | © 2024 MindFusion |