SlideNavigationTransitionEffect Enum

Definition

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

public enum class SlideNavigationTransitionEffect
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class SlideNavigationTransitionEffect
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum SlideNavigationTransitionEffect
Public Enum SlideNavigationTransitionEffect
Inheritance
SlideNavigationTransitionEffect
Attributes

Fields

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

See also