ClassPerspectiveTransitionPlaneState
Provides a human readable state of a 3D plane. The properties are easy to understand and animate in the OnProgressChanged of a PerspectiveTransition.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class PerspectiveTransitionPlaneState
Inheritance: objectPerspectiveTransitionPlaneState
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.
CenterOfRotationY
The vertical position of the center of rotation. The value is relative to the size of the image.
CenterOfRotationZ
The depth position of the center of rotation. The value is relative to the size of the image.
LocalOffsetX
The horizontal offset of the plane. The value is relative to the size of the image.
LocalOffsetY
The vertical offset of the plane. The value is relative to the size of the image.
LocalOffsetZ
The depth offset of the plane. The value is relative to the size of the image.
RotationX
The rotation around the X axis in radians.
RotationY
The rotation around the Y axis in radians.