次の方法で共有


PenAndInkSettings.FontFamilyName プロパティ

定義

テキスト コントロールでインクをテキスト入力に変換するために使用するフォントを取得します ( HandwritingView が有効になっている場合)。

public:
 property Platform::String ^ FontFamilyName { Platform::String ^ get(); };
winrt::hstring FontFamilyName();
public string FontFamilyName { get; }
var string = penAndInkSettings.fontFamilyName;
Public ReadOnly Property FontFamilyName As String

プロパティ値

String

Platform::String

winrt::hstring

ペン & Windows Ink 設定画面で手書き ListBox を使用する場合のフォントの 1 つ。 既定値は Segoe UI です。

注釈

この値は、ユーザーが [ペンの & Windows Ink 設定] 画面で設定できます。

適用対象

こちらもご覧ください