New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class PerspectiveTransitionPlaneState

Inheritance: objectPerspectiveTransitionPlaneState

Constructors

C#
public PerspectiveTransitionPlaneState()

Properties

The horizontal position of the center of rotation. The value is relative to the size of the image.

C#
public double CenterOfRotationX { get; set; }

The vertical position of the center of rotation. The value is relative to the size of the image.

C#
public double CenterOfRotationY { get; set; }

The depth position of the center of rotation. The value is relative to the size of the image.

C#
public double CenterOfRotationZ { get; set; }

The horizontal offset of the plane. The value is relative to the size of the image.

C#
public double LocalOffsetX { get; set; }

The vertical offset of the plane. The value is relative to the size of the image.

C#
public double LocalOffsetY { get; set; }

The depth offset of the plane. The value is relative to the size of the image.

C#
public double LocalOffsetZ { get; set; }

The rotation around the X axis in radians.

C#
public double RotationX { get; set; }

The rotation around the Y axis in radians.

C#
public double RotationY { get; set; }

The rotation around the Z axis in radians.

C#
public double RotationZ { get; set; }