Class Doughnut3DSmoothEdge
This class renders the smooth edge of a doughnut shape in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Doughnut3DSmoothEdge : Doughnut3DPrimitive
Constructors
Doughnut3DSmoothEdge()
Declaration
public Doughnut3DSmoothEdge()
Fields
IsInnerProperty
Identifies the IsInner dependency property.
Declaration
public static readonly DependencyProperty IsInnerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsInner
This property supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
public bool IsInner { get; set; }
Property Value
System.Boolean
Returns |
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. |