Gets a list with the subordinate shapes.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public List<Shape<TColor, TImage>> Shapes { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Shapes As List(Of Shape(Of TColor, TImage)) |
A list of Shape(TColor, TImage) objects.
WpfDiagram Programmer's Guide | © 2024 MindFusion |