CommonNavigationTransitionInfo.GetIsStaggerElement(UIElement) Method

Definition

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.

Applies to

See also