ContainerUIElement3D.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.
Gets a Visual3DCollection of child elements of this ContainerUIElement3D object.
public:
property System::Windows::Media::Media3D::Visual3DCollection ^ Children { System::Windows::Media::Media3D::Visual3DCollection ^ get(); };
public System.Windows.Media.Media3D.Visual3DCollection Children { get; }
member this.Children : System.Windows.Media.Media3D.Visual3DCollection
Public ReadOnly Property Children As Visual3DCollection
Property Value
A Visual3DCollection of child elements. The default is an empty collection.
Remarks
The Children collection of a ContainerUIElement3D element can only consist of UIElement3D objects. Adding a UIElement3D child to a ContainerUIElement3D implicitly adds it to the Visual3DCollection for the ContainerUIElement3D element.
Children is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.
Applies to
.NET