ApplyApplicationDefaultsEventArgs.Font 屬性

定義

取得或設定整個應用程式 Forms和 UserControls 的預設字型。 如果未寫入此屬性,或未處理事件,系統就會設定 Forms 和 UserControls 的預設字型。

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

屬性值

備註

引發ApplyApplicationDefault事件時,此屬性不包含任何內容。 套用應用程式的新預設 Font,方法是使用非任何值來設定此屬性。

適用於