ToolStrip.Font プロパティ

定義

コントロール内にテキストを表示するために使用されるフォントを取得または設定します。

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

プロパティ値

Font

現在の既定のフォント。

適用対象