ToolStripItem.Font 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定該項目所顯示文字的字型。
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的字體。