TransformGroup.Children Property

Definition

Gets or sets the collection of child Transform objects.

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.

Applies to