Class Sphere
Extends DynamicUIElement3D and represents a sphere in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Sphere : DynamicUIElement3D
Constructors
Sphere()
Declaration
public Sphere()
Fields
PhiProperty
Identifies the Phi dependency property.
Declaration
public static readonly DependencyProperty PhiProperty
Field Value
System.Windows.DependencyProperty
|
RadiusProperty
Identifies the Radius dependency property.
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Phi
Gets or sets the number of horizontal slices to make on the sphere.
Declaration
public int Phi { get; set; }
Property Value
System.Int32
|
Radius
Gets or sets the radius of the sphere.
Declaration
public double Radius { get; set; }
Property Value
System.Double
|
Theta
Gets or sets the number of vertical slices to make on the sphere.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
|
Methods
CreateElementModel()
Creates the final element 3D model.
Declaration
protected override Model3D CreateElementModel()
Returns
System.Windows.Media.Media3D.Model3D
The final 3D model of the element. |