FontAndColorProviderBase.FontDefault Property

Definition

Gets or sets the default font.

protected:
 property System::Drawing::Font ^ FontDefault { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
protected System.Drawing.Font FontDefault { get; set; }
member this.FontDefault : System.Drawing.Font with get, set
Protected Property FontDefault As Font

Property Value

The default font object.

Applies to