Gets a list with the subordinate shapes.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
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.
See Also