Class Pyramid3DPrimitive
Extends Dynamic
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 Bottom
Declaration
public static readonly DependencyProperty BottomRadiusProperty
Field Value
System.
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.
|
TopRadiusProperty
Identifies the Top
Declaration
public static readonly DependencyProperty TopRadiusProperty
Field Value
System.
|
Properties
BottomRadius
Gets or sets the radius of the bottom side of the pyramid segment.
Declaration
public double BottomRadius { get; set; }
Property Value
System.
|
Height
Gets or sets the height of the pyramid segment.
Declaration
public double Height { get; set; }
Property Value
System.
|
TopRadius
Gets or sets the radius of the top side of the pyramid segment.
Declaration
public double TopRadius { get; set; }
Property Value
System.
|