SlideNavigationTransitionEffect Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |