TransformGroup.Children プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトのコレクション。 既定値は空のコレクションです。