共用方式為


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的字體。

適用於