EntranceThemeTransition.IsStaggeringEnabled Propriété
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.
Obtient ou définit une valeur qui détermine si la transition échelonne le rendu de plusieurs éléments ou affiche tous les éléments à la fois.
public:
property bool IsStaggeringEnabled { bool get(); void set(bool value); };
bool IsStaggeringEnabled();
void IsStaggeringEnabled(bool value);
public bool IsStaggeringEnabled { get; set; }
var boolean = entranceThemeTransition.isStaggeringEnabled;
entranceThemeTransition.isStaggeringEnabled = boolean;
Public Property IsStaggeringEnabled As Boolean
<EntranceThemeTransition IsStaggeringEnabled="bool" />
Valeur de propriété
Boolean
bool
true si l’animation décalée le rendu de plusieurs éléments. false si l’animation affiche tous les éléments en même temps.