ToolStripItem.Font 属性

定义

获取或设置由该项显示的文本的字体。

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

属性值

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

注解

Font使用 属性获取或设置默认情况下将用于在 中绘制和文本的ToolStripItem字体。

适用于