Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

continuumnavigationtransitioninfo_setisexitelement_866871975.md

File metadata and controls

29 lines (20 loc) · 1.07 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo.SetIsExitElement(Microsoft.UI.Xaml.UIElement,System.Boolean)
winrt method

Microsoft.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo.SetIsExitElement

-description

Sets a Boolean value indicating if the specified UIElement is the exit element for the continuum navigation.

-parameters

-param element

The UIElement about which to set the exit element indicator.

-param value

Set this value to true if element is the exit element; otherwise set it to false.

-remarks

This method supports XAML usage of the ContinuumNavigationTransitionInfo.IsExitElement attached property.

-examples

-see-also

ContinuumNavigationTransitionInfo.IsExitElement, XAML attached properties