StatusBar.Font Proprietà

Definizione

Ottiene o imposta il carattere che verrà utilizzato dal controllo StatusBar per visualizzare le informazioni.

public:
 virtual property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public override System.Drawing.Font Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

Valore della proprietà

Oggetto Font del testo. Per impostazione predefinita viene usato il carattere del contenitore, a meno che non se ne esegua l'override.

Si applica a

Vedi anche