GeneralTransform3DGroup.Children Property

Definition

Gets or sets the collection of GeneralTransform3DGroup objects that form this GeneralTransform3DGroup.

public:
 property System::Windows::Media::Media3D::GeneralTransform3DCollection ^ Children { System::Windows::Media::Media3D::GeneralTransform3DCollection ^ get(); void set(System::Windows::Media::Media3D::GeneralTransform3DCollection ^ value); };
public System.Windows.Media.Media3D.GeneralTransform3DCollection Children { get; set; }
member this.Children : System.Windows.Media.Media3D.GeneralTransform3DCollection with get, set
Public Property Children As GeneralTransform3DCollection

Property Value

The collection of GeneralTransform3DGroup objects that form this GeneralTransform3DGroup. The default is an empty collection.

Remarks

Children is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Dependency Property Information

Identifier field ChildrenProperty
Metadata properties set to true None

Applies to