言語

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

プロパティ値

デフォルトのフォントオブジェクトです。

適用対象