ListBox.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。 既定値は DefaultFont プロパティの値です。

適用対象