AnimationDirection Enum

Definition

Defines constants that specify the direction in which an animation translates from start to end.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AnimationDirection
XAML
<object property="enumMemberName"/>
Inheritance
AnimationDirection
Attributes

Fields

Name Value Description
Left 0

The animation or transition progresses in a left direction.

Top 1

The animation or transition progresses in an up direction.

Right 2

The animation or transition progresses in a right direction.

Bottom 3

The animation or transition progresses in a down direction.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6