Class Pyramid3DPrimitive
Extends DynamicUIElement3D and represents a base class for pyramid 3D shapes.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Pyramid3DPrimitive : DynamicUIElement3D
Constructors
Pyramid3DPrimitive()
Declaration
protected Pyramid3DPrimitive()
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
|
TopRadiusProperty
Identifies the TopRadius dependency property.
Declaration
public static readonly DependencyProperty TopRadiusProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BottomRadius
Gets or sets the radius of the bottom side of the pyramid segment.
Declaration
public double BottomRadius { get; set; }
Property Value
System.Double
|
Height
Gets or sets the height of the pyramid segment.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
TopRadius
Gets or sets the radius of the top side of the pyramid segment.
Declaration
public double TopRadius { get; set; }
Property Value
System.Double
|