Class Doughnut3DCover
Represents the cover for a 3D doughnut primitive.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut3DCover : Doughnut3DPrimitive
Constructors
Doughnut3DCover()
Fields
IsTopProperty
Identifies the IsTop dependency property.
Declaration
public static readonly DependencyProperty IsTopProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsTop
Gets or sets a value indicating whether this cover is on top.
Declaration
public bool IsTop { 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. |