FontAndColorProviderBase.FontDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.