Class PerspectiveTransitionPlaneState
Provides a human readable state of a 3D plane. The properties are easy to understand and animate in the OnProgressChanged of a PerspectiveTransition.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.TransitionEffects
Assembly: Telerik.Windows.Controls.dll
Syntax
public class PerspectiveTransitionPlaneState
Constructors
PerspectiveTransitionPlaneState()
Declaration
public PerspectiveTransitionPlaneState()
Properties
CenterOfRotationX
The horizontal position of the center of rotation. The value is relative to the size of the image.
Declaration
public double CenterOfRotationX { get; set; }
Property Value
System.Double
|
CenterOfRotationY
The vertical position of the center of rotation. The value is relative to the size of the image.
Declaration
public double CenterOfRotationY { get; set; }
Property Value
System.Double
|
CenterOfRotationZ
The depth position of the center of rotation. The value is relative to the size of the image.
Declaration
public double CenterOfRotationZ { get; set; }
Property Value
System.Double
|
LocalOffsetX
The horizontal offset of the plane. The value is relative to the size of the image.
Declaration
public double LocalOffsetX { get; set; }
Property Value
System.Double
|
LocalOffsetY
The vertical offset of the plane. The value is relative to the size of the image.
Declaration
public double LocalOffsetY { get; set; }
Property Value
System.Double
|
LocalOffsetZ
The depth offset of the plane. The value is relative to the size of the image.
Declaration
public double LocalOffsetZ { get; set; }
Property Value
System.Double
|
RotationX
The rotation around the X axis in radians.
Declaration
public double RotationX { get; set; }
Property Value
System.Double
|
RotationY
The rotation around the Y axis in radians.
Declaration
public double RotationY { get; set; }
Property Value
System.Double
|
RotationZ
The rotation around the Z axis in radians.
Declaration
public double RotationZ { get; set; }
Property Value
System.Double
|