Condividi tramite


CommonNavigationTransitionInfo.GetIsStaggerElement(UIElement) Metodo

Definizione

Restituisce un valore booleano che indica se l'oggetto UIElement specificato è l'elemento di sfalsamento per la transizione di navigazione.

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

Parametri

element
UIElement

UIElement da verificare come elemento stagger.

Restituisce

Boolean

bool

Restituisce true se l'elemento è l'elemento sfalsato; in caso contrario false.

Commenti

Questo metodo supporta l'utilizzo XAML della proprietà associata CommonNavigationTransitionInfo.IsStaggerElement .

Si applica a

Vedi anche