GeometryGroup.Children プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この GeometryGroup を定義するオブジェクトを含む GeometryCollection を取得または設定します。
public:
property GeometryCollection ^ Children { GeometryCollection ^ get(); void set(GeometryCollection ^ value); };
GeometryCollection Children();
void Children(GeometryCollection value);
public GeometryCollection Children { get; set; }
var geometryCollection = geometryGroup.children;
geometryGroup.children = geometryCollection;
Public Property Children As GeometryCollection
<GeometryGroup>
oneOrMoreGeometries
</GeometryGroup>
プロパティ値
この GeometryGroup の子を含むコレクション。