Class Cylinder3DSection
Represents a section of a 3-dimensional cylinder.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Cylinder3DSection : Cylinder3DPrimitive
Constructors
Cylinder3DSection()
Declaration
public Cylinder3DSection()
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 instance is top of a 3-dimensional cylinder.
Declaration
public bool IsTop { get; set; }
Property Value
System.Boolean
Returns |
Methods
CreateElementModel()
Creates the element model.
Declaration
protected override Model3D CreateElementModel()
Returns
System.Windows.Media.Media3D.Model3D
A System.Windows.Media.Media3D.Model3D representing the Cylinder3DSection. |