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 对象的集合。 默认值为空集合。

适用于