Enum
PerspectiveAnimationAxis

Predefined possible axes in the perspective animation.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum PerspectiveAnimationAxis

Fields

All

All axes.

Declaration

cs-api-definition
All = X | YZ

Field Value

PerspectiveAnimationAxis

X

The X axis.

Declaration

cs-api-definition
X = 1

Field Value

PerspectiveAnimationAxis

XY

Both X and Y axis.

Declaration

cs-api-definition
XY = X | Y

Field Value

PerspectiveAnimationAxis

XZ

Both X and Z axis.

Declaration

cs-api-definition
XZ = X | Z

Field Value

PerspectiveAnimationAxis

Y

The Y axis.

Declaration

cs-api-definition
Y = 2

Field Value

PerspectiveAnimationAxis

YZ

Both Y and Z axis.

Declaration

cs-api-definition
YZ = Y | Z

Field Value

PerspectiveAnimationAxis

Z

The Z axis.

Declaration

cs-api-definition
Z = 4

Field Value

PerspectiveAnimationAxis

In this article
DefinitionFieldsAllXXYXZYYZZ
Not finding the help you need?
Contact Support