ContinuumNavigationTransitionInfo.GetIsEntranceElement(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 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.