ListBox.Font プロパティ
定義
コントロールによって表示されるテキストのフォントを取得または設定します。Gets or sets the font of the text displayed by the control.
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。The Font to apply to the text displayed by the control. 既定値は DefaultFont プロパティの値です。The default is the value of the DefaultFont property.