SystemFonts.StatusFont Property

Definition

Gets a Font that is used to display text in the status bar.

public:
 static property System::Drawing::Font ^ StatusFont { System::Drawing::Font ^ get(); };
public static System.Drawing.Font StatusFont { get; }
public static System.Drawing.Font? StatusFont { get; }
static member StatusFont : System.Drawing.Font
Public Shared ReadOnly Property StatusFont As Font

Property Value

A Font that is used to display text in the status bar.

Applies to