CommonNavigationTransitionInfo.GetIsStaggerElement(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 stagger element for the navigation transition.
public:
static bool GetIsStaggerElement(UIElement ^ element);
static bool GetIsStaggerElement(UIElement const& element);
public static bool GetIsStaggerElement(UIElement element);
function getIsStaggerElement(element)
Public Shared Function GetIsStaggerElement (element As UIElement) As Boolean
Parameters
- element
- UIElement
The UIElement to check as being the stagger element.
Returns
Boolean
bool
Returns true if element is the stagger element; otherwise false.
Remarks
This method supports XAML usage of the CommonNavigationTransitionInfo.IsStaggerElement attached property.