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