Class Box3D
This class represents a 3D box shape.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Box3D : Control3D<BoxControl3D>, IControl3D, ILogicalItem
Constructors
Box3D()
Declaration
public Box3D()
Fields
BackProperty
Identifies the Back dependency property.
Declaration
public static readonly DependencyProperty BackProperty
Field Value
System.Windows.DependencyProperty
|
BottomProperty
Identifies the Bottom dependency property.
Declaration
public static readonly DependencyProperty BottomProperty
Field Value
System.Windows.DependencyProperty
|
DepthProperty
Identifies the Depth dependency property.
Declaration
public static readonly DependencyProperty DepthProperty
Field Value
System.Windows.DependencyProperty
|
FrontProperty
Identifies the Front dependency property.
Declaration
public static readonly DependencyProperty FrontProperty
Field Value
System.Windows.DependencyProperty
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
LeftProperty
Identifies the Left dependency property.
Declaration
public static readonly DependencyProperty LeftProperty
Field Value
System.Windows.DependencyProperty
|
RightProperty
Identifies the Right dependency property.
Declaration
public static readonly DependencyProperty RightProperty
Field Value
System.Windows.DependencyProperty
|
TopProperty
Identifies the Top dependency property.
Declaration
public static readonly DependencyProperty TopProperty
Field Value
System.Windows.DependencyProperty
|
TriangleIndicesProperty
Identifies the Box3D.TriangleIndices dependency property.
Declaration
public static readonly DependencyProperty TriangleIndicesProperty
Field Value
System.Windows.DependencyProperty
|
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Back
Gets a point 3d collection defining the back side of the cube.
Declaration
public Point3DCollection Back { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Bottom
Gets a point 3d collection defining the bottom side of the cube.
Declaration
public Point3DCollection Bottom { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Depth
Gets or sets the depth of the cube.
Declaration
public double Depth { get; set; }
Property Value
System.Double
|
Front
Gets a point 3d collection defining the front side of the cube.
Declaration
public Point3DCollection Front { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Height
Gets or sets the height of the cube.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
Left
Gets a point 3d collection defining the left side of the cube.
Declaration
public Point3DCollection Left { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Material
Gets or sets the material applied to the Box3D element.
Declaration
public Material Material { get; set; }
Property Value
System.Windows.Media.Media3D.Material
The material. |
Right
Gets a point 3d collection defining the right side of the cube.
Declaration
public Point3DCollection Right { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Top
Gets a point 3d collection defining the top side of the cube.
Declaration
public Point3DCollection Top { get; set; }
Property Value
System.Windows.Media.Media3D.Point3DCollection
|
Width
Gets or sets the width of the cube.
Declaration
public double Width { get; set; }
Property Value
System.Double
|