ScrollBar.Font 属性

定义

获取或设置控件显示的文字的字体。

public:
 virtual property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Drawing.Font with get, set
Public Overrides Property Font As Font

属性值

Font

要应用于由控件显示的文本的 Font。 默认为 DefaultFont 属性的值。

属性

适用于

另请参阅