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.

Definition

Namespace:Telerik.Windows.Controls.TransitionEffects

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class PerspectiveTransitionPlaneState

Inheritance: objectPerspectiveTransitionPlaneState

Constructors

PerspectiveTransitionPlaneState()

Declaration

cs-api-definition
public PerspectiveTransitionPlaneState()

Properties

CenterOfRotationX

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

Declaration

cs-api-definition
public double CenterOfRotationX { get; set; }

Property Value

double

CenterOfRotationY

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

Declaration

cs-api-definition
public double CenterOfRotationY { get; set; }

Property Value

double

CenterOfRotationZ

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

Declaration

cs-api-definition
public double CenterOfRotationZ { get; set; }

Property Value

double

LocalOffsetX

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

Declaration

cs-api-definition
public double LocalOffsetX { get; set; }

Property Value

double

LocalOffsetY

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

Declaration

cs-api-definition
public double LocalOffsetY { get; set; }

Property Value

double

LocalOffsetZ

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

Declaration

cs-api-definition
public double LocalOffsetZ { get; set; }

Property Value

double

RotationX

The rotation around the X axis in radians.

Declaration

cs-api-definition
public double RotationX { get; set; }

Property Value

double

RotationY

The rotation around the Y axis in radians.

Declaration

cs-api-definition
public double RotationY { get; set; }

Property Value

double

RotationZ

The rotation around the Z axis in radians.

Declaration

cs-api-definition
public double RotationZ { get; set; }

Property Value

double