Class ItemsPresenter3D
This class represents an ItemsPresenter in the 3D space.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ItemsPresenter3D : UIElement3D, IItemsPresenter3D
Constructors
ItemsPresenter3D()
Declaration
public ItemsPresenter3D()
Properties
Children
Gets a collection of child Visual3D objects.
Declaration
public Visual3DCollection Children { get; }
Property Value
System.Windows.Media.Media3D.Visual3DCollection
|
Implements
Visual3DChildrenCount
Gets the number of child elements for the System.Windows.Media.Media3D.Visual3D object.
Declaration
protected override int Visual3DChildrenCount { get; }
Property Value
System.Int32
Integer, holding the number of the child elements. |
Methods
GetVisual3DChild(Int32)
Returns the specified System.Windows.Media.Media3D.Visual3D in the parent System.Windows.Media.Media3D.Visual3DCollection.
Declaration
protected override Visual3D GetVisual3DChild(int index)
Parameters
System.Int32
index
The index of the 3-D visual object in the collection. |
Returns
System.Windows.Media.Media3D.Visual3D
The child in the collection at the specified |
Exceptions
System.ArgumentOutOfRangeException
The |