CompositionContainerShape.Shapes 属性

定义

获取此容器中的 CompositionShapes 集合。

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

属性值

此容器中的 CompositionShapes 集合。

适用于