ShapeVisual.Shapes 属性

定义

获取此形状可视化树所构成的 CompositionShapes 的集合。

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

属性值

此形状可视化树所构成的 CompositionShapes 集合。

适用于