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 イベントが発生すると、このプロパティには何も含まれます。 このプロパティに nothing 以外の値を設定することで、アプリケーションの新しい既定の Font が適用されます。

適用対象