FontAndColorProviderBase.FontDefault 属性

定义

获取或设置默认字体。

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

属性值

默认字体对象。

适用于