ContinuumNavigationTransitionInfo.GetIsEntranceElement(UIElement) Method

Definition

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

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

Parameters

element
UIElement

The UIElement to check as being the entrance element.

Returns

Boolean

bool

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

Remarks

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

Applies to

See also