LineDisplayCapabilities.CanChangeScreenSize 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 l’affichage de ligne prend en charge la modification de sa taille d’écran.
public:
property bool CanChangeScreenSize { bool get(); };
bool CanChangeScreenSize();
public bool CanChangeScreenSize { get; }
var boolean = lineDisplayCapabilities.canChangeScreenSize;
Public ReadOnly Property CanChangeScreenSize As Boolean
Valeur de propriété
Boolean
bool
True si l’affichage de ligne prend en charge la modification de sa taille d’écran ; sinon, false.