Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

continuumnavigationtransitioninfo_getisentranceelement_257549400.md

File metadata and controls

31 lines (20 loc) · 1.04 KB
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo.GetIsEntranceElement(Windows.UI.Xaml.UIElement)
winrt method

Windows.UI.Xaml.Media.Animation.ContinuumNavigationTransitionInfo.GetIsEntranceElement

-description

Returns a Boolean value indicating if the specified UIElement is the entrance element for the continuum navigation.

-parameters

-param element

The UIElement to check as being the entrance element.

-returns

Returns true if element is the entrance element; otherwise false.

-remarks

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

-examples

-see-also

ContinuumNavigationTransitionInfo.IsEntranceElement, XAML attached properties