Class SplineArea3DSurface
Represents the top cover of a 3D spline segment.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SplineArea3DSurface : SplineArea3DPrimitive
Constructors
SplineArea3DSurface()
Declaration
public SplineArea3DSurface()
Fields
TopProperty
Identifies the Top dependency property.
Declaration
public static readonly DependencyProperty TopProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Top
Designates if the element represents the top or the bottom of the spline.
Declaration
public bool Top { 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. |