TransformGroup.Children 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或 设置 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 对象的集合。 默认值为空集合。