DateTimePicker.PreferredHeight Propriété

Définition

Obtient la hauteur préférée du contrôle DateTimePicker.

public:
 property int PreferredHeight { int get(); };
[System.ComponentModel.Browsable(false)]
public int PreferredHeight { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PreferredHeight : int
Public ReadOnly Property PreferredHeight As Integer

Valeur de propriété

Hauteur préférée, en pixels, du contrôle DateTimePicker.

Attributs

Remarques

La hauteur préférée est la hauteur minimale nécessaire pour prendre en charge le texte affiché avec l’affectation Font appliquée.

S’applique à