Class SplineArea3DCover
Extends the SplineArea3DPrimitive and represents a Spline 3D cover.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SplineArea3DCover : SplineArea3DPrimitive
Constructors
SplineArea3DCover()
Declaration
public SplineArea3DCover()
Fields
IsFrontProperty
Identifies the IsFront dependency property.
Declaration
public static readonly DependencyProperty IsFrontProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsFront
Gets or sets a value indicating whether this instance is the front piece of the cover.
Declaration
public bool IsFront { get; set; }
Property Value
System.Boolean
Returns |
Methods
CreateElementModel()
Creates the element model.
Declaration
protected override Model3D CreateElementModel()
Returns
System.Windows.Media.Media3D.Model3D
|