Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?