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 字型。

適用於