ContinuumNavigationTransitionInfo.GetIsExitElement(UIElement) Method

Definition

Returns a Boolean value indicating if the specified UIElement is the exit element of the continuum navigation.

public:
 static bool GetIsExitElement(UIElement ^ element);
 static bool GetIsExitElement(UIElement const& element);
public static bool GetIsExitElement(UIElement element);
function getIsExitElement(element)
Public Shared Function GetIsExitElement (element As UIElement) As Boolean

Parameters

element
UIElement

The UIElement to check as being the exit element.

Returns

Boolean

bool

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

Remarks

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

Applies to

See also