ShapeVisual.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 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.