ContinuumNavigationTransitionInfo.SetIsExitElement(UIElement, Boolean) Method

Definition

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

public:
 static void SetIsExitElement(UIElement ^ element, bool value);
 static void SetIsExitElement(UIElement const& element, bool const& value);
public static void SetIsExitElement(UIElement element, bool value);
function setIsExitElement(element, value)
Public Shared Sub SetIsExitElement (element As UIElement, value As Boolean)

Parameters

element
UIElement

The UIElement about which to set the exit element indicator.

value
Boolean

bool

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.

Applies to

See also