CompositionContainerShape.Shapes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.