CommonNavigationTransitionInfo.SetIsStaggerElement(UIElement, Boolean) Method

Definition

Sets a Boolean value indicating if the specified UIElement is the stagger element for the navigation transition.

public:
 static void SetIsStaggerElement(UIElement ^ element, bool value);
 static void SetIsStaggerElement(UIElement const& element, bool const& value);
public static void SetIsStaggerElement(UIElement element, bool value);
function setIsStaggerElement(element, value)
Public Shared Sub SetIsStaggerElement (element As UIElement, value As Boolean)

Parameters

element
UIElement

The UIElement about which to set the stagger element indicator.

value
Boolean

bool

Set this value to true if element is the stagger element; otherwise set it to false.

Remarks

This method supports XAML usage of the CommonNavigationTransitionInfo.IsStaggerElement attached property.

Applies to

See also