ShapeVisual.Shapes Property

Definition

Gets the collection of CompositionShapes that this shape visual tree is composed of.

public:
 property CompositionShapeCollection ^ Shapes { CompositionShapeCollection ^ get(); };
CompositionShapeCollection Shapes();
public CompositionShapeCollection Shapes { get; }
var compositionShapeCollection = shapeVisual.shapes;
Public ReadOnly Property Shapes As CompositionShapeCollection

Property Value

The collection of CompositionShapes that this shape visual tree is composed of.

Applies to