TransformGroup.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
Property Value
The collection of child Transform objects. The default is an empty collection.