FlyoutBase.AreOpenCloseAnimationsEnabled 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 indique si les animations sont lues lorsque le menu volant est ouvert ou fermé.
public:
property bool AreOpenCloseAnimationsEnabled { bool get(); void set(bool value); };
bool AreOpenCloseAnimationsEnabled();
void AreOpenCloseAnimationsEnabled(bool value);
public bool AreOpenCloseAnimationsEnabled { get; set; }
var boolean = flyoutBase.areOpenCloseAnimationsEnabled;
flyoutBase.areOpenCloseAnimationsEnabled = boolean;
Public Property AreOpenCloseAnimationsEnabled As Boolean
Valeur de propriété
Boolean
bool
true si les animations sont lues lorsque le menu volant est ouvert ou fermé ; sinon, false.