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 のコレクション。

適用対象