Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.28 KB

continuumnavigationtransitioninfo.md

File metadata and controls

40 lines (28 loc) · 3.28 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo
winrt class

Microsoft.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo

-description

Specifies the object that will fly between pages to provide context during a continuum transition.

-xaml-syntax

<NavigationThemeTransition>
  <ContinuumNavigationTransitionInfo ... />
</NavigationThemeTransition>

-remarks

XAML attached properties

ContinuumNavigationTransitionInfo is the host service class for several XAML attached properties.

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
ExitElementContainer Gets or sets a value that indicates whether this element is the container of the exit element for the navigation transition.
IsEntranceElement Gets or sets a value that indicates whether this element is the entrance element for the continuum navigation.
IsExitElement Gets or sets a value that indicates whether this element is the exit element for the continuum navigation.

-examples

-see-also

NavigationTransitionInfo