ProgressBar.Font Proprietà

Definizione

Ottiene o imposta il tipo di carattere del testo nell'oggetto ProgressBar.

public:
 virtual property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

Valore della proprietà

Font

Oggetto Font del testo. Il tipo di carattere predefinito è quello impostato dal contenitore.

Attributi

Commenti

Questa proprietà non è pertinente per questa classe.

Si applica a

Vedi anche