次の方法で共有


Font.Family プロパティ

定義

このフォントが属するフォント ファミリを取得します。

public:
 property System::String ^ Family { System::String ^ get(); };
public string? Family { get; }
member this.Family : string
Public ReadOnly Property Family As String

プロパティ値

この Font 構造体が属するフォント ファミリ。

適用対象