Share via


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(Windows.Foundation.UniversalApiContract, 458752)]
enum class SlideNavigationTransitionEffect
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum SlideNavigationTransitionEffect
Public Enum SlideNavigationTransitionEffect
Inheritance
SlideNavigationTransitionEffect
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

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

See also