CompositionContainerShape.Shapes Property

Definition

Gets the collection of CompostionShapes in this container.

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

Property Value

The collection of CompostionShapes in this container.

Applies to