SlideNavigationTransitionInfo.Effect Property
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.
Gets or sets the type of animation effect to play during the slide transition.
public:
property SlideNavigationTransitionEffect Effect { SlideNavigationTransitionEffect get(); void set(SlideNavigationTransitionEffect value); };
SlideNavigationTransitionEffect Effect();
void Effect(SlideNavigationTransitionEffect value);
public SlideNavigationTransitionEffect Effect { get; set; }
var slideNavigationTransitionEffect = slideNavigationTransitionInfo.effect;
slideNavigationTransitionInfo.effect = slideNavigationTransitionEffect;
Public Property Effect As SlideNavigationTransitionEffect
Property Value
The type of animation effect to play during the slide transition.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|