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.
|
Implements
Visual3DChildrenCount
Gets the number of child elements for the System.
Declaration
protected override int Visual3DChildrenCount { get; }
Property Value
System. Integer, holding the number of the child elements. |
Methods
GetVisual3DChild(Int32)
Returns the specified System.
Declaration
protected override Visual3D GetVisual3DChild(int index)
Parameters
System. The index of the 3-D visual object in the collection. |
Returns
System. The child in the collection at the specified |
Exceptions
System. The |