Class GridLinesContainer3D<TControl>
This is a base class for a gridlines container in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class GridLinesContainer3D<TControl> : ItemsControl3D<TControl>, IControl3D, ILogicalItem, IItemsControl where TControl : IModelControl3D, new()
Type Parameters
TControl
The type of the 3D model control. |
Constructors
GridLinesContainer3D()
Declaration
public GridLinesContainer3D()
Fields
ParentPlaneProperty
Identifies the ParentPlane dependency property.
Declaration
public static readonly DependencyProperty ParentPlaneProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Orientation
Gets the orientation of the container in the 3D space.
Declaration
protected virtual Axis3DType Orientation { get; }
Property Value
Axis3DType
|
ParentPlane
Gets or sets the parent plane.
Declaration
public IPlane3D ParentPlane { get; set; }
Property Value
IPlane3D
The parent plane. |
Methods
ChildItemAdded(UIElement3D, Int32)
Invoked whenever a child element has been added to the 3D control.
Declaration
public override void ChildItemAdded(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D
child
The child element being added. |
System.Int32
itemIndex
Index of the item. |
Overrides
ChildItemRemoved(UIElement3D, Int32)
Invoked whenever a child element has been removed from the 3D control.
Declaration
public override void ChildItemRemoved(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D
child
The child element being removed. |
System.Int32
itemIndex
Index of the item. |