MindFusion.Wpf Pack Programmer's Guide
Shape(TColor, TImage).Shapes Property
See Also
 





Gets a list with the subordinate shapes.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

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))

 Property Value

A list of Shape(TColor, TImage) objects.

 See Also

Shape(TColor, TImage) Members
Shape(TColor, TImage) Class
MindFusion.Vsx Namespace