Title.Font プロパティ

定義

タイトルのフォントを取得または設定します。

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

プロパティ値

タイトルのフォントを指定する Font オブジェクト。 既定で、"Microsoft Sans Serif, 8pt" に設定されます。

属性

注釈

このプロパティを設定するときは、新しい Font オブジェクトを使用します。 オブジェクト全体を プロパティに割り当てます。

適用対象