AppWindowChangedEventArgs.DidSizeChange 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 une valeur qui indique si la taille de la fenêtre d’application a changé.
public:
property bool DidSizeChange { bool get(); };
bool DidSizeChange();
public bool DidSizeChange { get; }
var boolean = appWindowChangedEventArgs.didSizeChange;
Public ReadOnly Property DidSizeChange As Boolean
Valeur de propriété
Boolean
bool
true si la taille de la fenêtre d’application a changé ; sinon, false.