UISettings.AnimationsEnabled 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 si les animations sont activées pour l’interface utilisateur.
public:
property bool AnimationsEnabled { bool get(); };
bool AnimationsEnabled();
public bool AnimationsEnabled { get; }
var boolean = uISettings.animationsEnabled;
Public ReadOnly Property AnimationsEnabled As Boolean
Valeur de propriété
Boolean
bool
true si les animations sont activées ; false si ce n’est pas le cas.