Title.Font 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 la police du titre.
public:
property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font
Valeur de propriété
Objet Font qui représente la police du titre. La valeur par défaut est « Microsoft Sans Serif, 8pt ».
- Attributs
Remarques
Utilisez un nouvel Font objet lors de la définition de cette propriété. Assignez l’objet entier à la propriété.