AmbientProperties.Font プロパティ

定義

オブジェクトのアンビエント フォントを取得または設定します。

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font Font { get; set; }
public System.Drawing.Font? Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

プロパティ値

オブジェクト内にテキストを表示するときに使用されるフォントを表す Font

注釈

アンビエント フォントがない場合、 プロパティの Font 値は です null

適用対象

こちらもご覧ください