Class Pyramid3DSection
Represents a 3D pyramid section.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Pyramid3DSection : Pyramid3DPrimitive
Constructors
Pyramid3DSection()
Declaration
public Pyramid3DSection()
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 section is on top of the segment.
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. |