Gets or sets the array of all shapes in the library.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Shape[] Shapes { get; set; } |
Visual Basic Copy Code |
---|
Public Property Shapes As Shape() |
An array of Shape objects containing the shape definitions.
WpfDiagram Programmer's Guide | © 2024 MindFusion |