ContinuumNavigationTransitionInfo.GetIsExitElement(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.