Class SplineArea3DSide
Represents the side of a 3D spline segment.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SplineArea3DSide : SplineArea3DPrimitive
Constructors
SplineArea3DSide()
Declaration
public SplineArea3DSide()
Fields
IsLeftProperty
Identifies the IsLeft dependency property.
Declaration
public static readonly DependencyProperty IsLeftProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsLeft
Gets or sets a value indicating whether this is the left side of the spline segment.
Declaration
public bool IsLeft { 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. |