Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.57 KB

commonnavigationtransitioninfo.md

File metadata and controls

40 lines (26 loc) · 1.57 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Animation.CommonNavigationTransitionInfo
winrt class

Windows.UI.Xaml.Media.Animation.CommonNavigationTransitionInfo

-description

Provides common parameters for navigation transition animations.

-xaml-syntax

<NavigationThemeTransition>
  <CommonNavigationTransitionInfo ... />
</NavigationThemeTransition>

-remarks

XAML attached properties

CommonNavigationTransitionInfo is the host service class for a XAML attached property.

In order to support XAML processor access to the attached properties, and also to expose equivalent get and set operations to code, each XAML attached property has a pair of Get and Set accessor methods. Another way to get or set the value in code is to use the dependency property system, calling either GetValue or SetValue and passing the identifier field as the dependency property identifier.

Attached property Description
IsStaggerElement Gets or sets a value that indicates whether this element is the stagger element for the navigation transition.

-examples

-see-also

NavigationTransitionInfo