SlideNavigationTransitionEffect Enum

Definition

Defines constants that describe the type of animation to play during a slide transition.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum SlideNavigationTransitionEffect
Inheritance
SlideNavigationTransitionEffect
Attributes

Fields

Name Value Description
FromBottom 0

The exiting page fades out and the entering page enters from the bottom.

FromLeft 1

The exiting page leaves to the right of the panel and the entering page enters from the left.

FromRight 2

The exiting page leaves to the left of the panel and the entering page enters from the right.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also