CommonNavigationTransitionInfo.GetIsStaggerElement(UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur booléenne indiquant si l’élément UIElement spécifié est l’élément d’échelonnement pour la transition de navigation.
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
Paramètres
- element
- UIElement
UIElement à case activée comme étant l’élément stagger.
Retours
bool
Retourne true si l’élément est l’élément d’échelonnement ; sinon , false.
Remarques
Cette méthode prend en charge l’utilisation XAML de la propriété jointe CommonNavigationTransitionInfo.IsStaggerElement .