OwnerDrawPropertyBag.Font プロパティ

定義

コンポーネントによって表示されるテキストのフォントを取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

Font

コンポーネントによって表示されるテキストに適用される Font。 既定値は、null です。

適用対象