Share via


TransformGroup.Children プロパティ

定義

Transform オブジェクトのコレクションを取得または設定します。

public:
 property TransformCollection ^ Children { TransformCollection ^ get(); void set(TransformCollection ^ value); };
TransformCollection Children();

void Children(TransformCollection value);
public TransformCollection Children { get; set; }
var transformCollection = transformGroup.children;
transformGroup.children = transformCollection;
Public Property Children As TransformCollection
<TransformGroup>
  oneOrMoreTransforms
</TransformGroup>

プロパティ値

Transform オブジェクトのコレクション。 既定値は空のコレクションです。

適用対象