Class Thickness3DBindable
Helper class enabling the binding to Thickness3D structure.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Thickness3DBindable : DependencyObject
Constructors
Thickness3DBindable()
Declaration
public Thickness3DBindable()
Fields
BackProperty
Identifies the Back.
Declaration
public static readonly DependencyProperty BackProperty
Field Value
System.Windows.DependencyProperty
|
BottomProperty
Identifies the Bottom.
Declaration
public static readonly DependencyProperty BottomProperty
Field Value
System.Windows.DependencyProperty
|
FrontProperty
Identifies the Front.
Declaration
public static readonly DependencyProperty FrontProperty
Field Value
System.Windows.DependencyProperty
|
LeftProperty
Identifies the Left.
Declaration
public static readonly DependencyProperty LeftProperty
Field Value
System.Windows.DependencyProperty
|
RightProperty
Identifies the Right.
Declaration
public static readonly DependencyProperty RightProperty
Field Value
System.Windows.DependencyProperty
|
Thickness3DProperty
Identifies the Thickness3D property.
Declaration
public static readonly DependencyProperty Thickness3DProperty
Field Value
System.Windows.DependencyProperty
|
TopProperty
Identifies the Top.
Declaration
public static readonly DependencyProperty TopProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Back
Gets or sets the back.
Declaration
public double Back { get; set; }
Property Value
System.Double
The back. |
Bottom
Gets or sets the bottom.
Declaration
public double Bottom { get; set; }
Property Value
System.Double
The bottom. |
Front
Gets or sets the front.
Declaration
public double Front { get; set; }
Property Value
System.Double
The front. |
Left
Gets or sets the left.
Declaration
public double Left { get; set; }
Property Value
System.Double
The left. |
Right
Gets or sets the right.
Declaration
public double Right { get; set; }
Property Value
System.Double
The right. |
Thickness3D
Gets or sets the Thickness3D.
Declaration
public Thickness3D Thickness3D { get; set; }
Property Value
Thickness3D
The Thickness3D value. |
Top
Gets or sets the top.
Declaration
public double Top { get; set; }
Property Value
System.Double
The top. |
Operators
Implicit(Thickness3DBindable to Thickness3D)
Implicit converter from Thickness3DBindable to Thickness3D.
Declaration
public static implicit operator Thickness3D(Thickness3DBindable thickness)
Parameters
Thickness3DBindable
thickness
Thickness. |
Returns
Thickness3D
. |