AmbientProperties.Font プロパティ
オブジェクトのアンビエント フォントを取得または設定します。
Public Property Font As Font
[C#]
public Font Font {get; set;}
[C++]
public: __property Font* get_Font();public: __property void set_Font(Font*);
[JScript]
public function get Font() : Font;public function set Font(Font);
プロパティ値
オブジェクト内にテキストを表示するときに使用されるフォントを表す Font 。
解説
アンビエント フォントがない場合、 Font プロパティの値は null 参照 (Visual Basic では Nothing) になります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
AmbientProperties クラス | AmbientProperties メンバ | System.Windows.Forms 名前空間 | Font | Font