Class Cylinder3DPrimitive
Extends DynamicUIElement3D and represents a base class for cylinder 3D shapes.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Cylinder3DPrimitive : DynamicUIElement3D
Constructors
Cylinder3DPrimitive()
Declaration
protected Cylinder3DPrimitive()
Fields
BottomRadiusProperty
Identifies the BottomRadius dependency property.
Declaration
public static readonly DependencyProperty BottomRadiusProperty
Field Value
System.Windows.DependencyProperty
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
TopRadiusProperty
Identifies the TopRadius dependency property.
Declaration
public static readonly DependencyProperty TopRadiusProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BottomRadius
Gets or sets the bottom radius of the Cylinder3DPrimitive.
Declaration
public double BottomRadius { get; set; }
Property Value
System.Double
The bottom radius. |
Height
Gets or sets the height of the Cylinder3DPrimitive.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
Theta
Gets or sets the theta of the Cylinder3DPrimitive.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
The theta. |
TopRadius
Gets or sets the top radius of the Cylinder3DPrimitive.
Declaration
public double TopRadius { get; set; }
Property Value
System.Double
The top radius. |