ContinuumNavigationTransitionInfo.SetIsEntranceElement Method

Definition

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

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

Parameters

element
UIElement

The UIElement about which to set the entrance element indicator.

value
Boolean

bool

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

Remarks

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

Applies to

See also