Class ContentModel3D
Creates a 3-D model which represents 2D content.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ContentModel3D : Model3D, INotifyPropertyChanged
Constructors
ContentModel3D()
Fields
Alignment2DProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty Alignment2DProperty
Field Value
System.Windows.DependencyProperty
|
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.Windows.DependencyProperty
|
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Alignment2D
Gets or sets position of the Content Model relative to the 2D position on the canvas.
Declaration
public Point Alignment2D { get; set; }
Property Value
System.Windows.Point
|
Bounds
Content
Gets or sets the 2D content represented by this model. This is a dependency property.
Declaration
public UIElement Content { get; set; }
Property Value
System.Windows.UIElement
|
Position
Gets or sets position of the model in the 3D space. This is a dependency property.
Declaration
public Point3D Position { get; set; }
Property Value
Point3D
|