Control.DeviceDpi Propriété
Définition
Obtient la valeur en DPI du périphérique d’affichage dans lequel le contrôle est actuellement affiché.Gets the DPI value for the display device where the control is currently being displayed.
public:
property int DeviceDpi { int get(); };
[System.ComponentModel.Browsable(false)]
public int DeviceDpi { get; }
member this.DeviceDpi : int
Public ReadOnly Property DeviceDpi As Integer
Valeur de propriété
La valeur en DPI du périphérique d’affichage.The DPI value of the display device.
- Attributs