Share via


Label.FontFamily プロパティ

定義

ラベルのフォントが属するフォント ファミリを取得または設定します。

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

プロパティ値

フォント ファミリ、またはプラットフォームの既定のフォント ファミリの場合は null。

注釈

フォント ファミリは、システム フォントまたはカスタム フォントを参照できます。

適用対象