Class Doughnut3DSide
Represents the side of a 3d doughnut primitive.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut3DSide : Doughnut3DPrimitive
Constructors
Doughnut3DSide()
Declaration
public Doughnut3DSide()
Fields
IsStartProperty
Identifies the IsStart dependency property.
Declaration
public static readonly DependencyProperty IsStartProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsStart
Gets or sets a value indicating whether this side is the start side.
Declaration
public bool IsStart { get; set; }
Property Value
System.Boolean
|
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. |