FamilyTypeface.Style プロパティ

定義

フォント ファミリのタイプフェイス デザインのスタイルを取得または設定します。

public:
 property System::Windows::FontStyle Style { System::Windows::FontStyle get(); void set(System::Windows::FontStyle value); };
public System.Windows.FontStyle Style { get; set; }
member this.Style : System.Windows.FontStyle with get, set
Public Property Style As FontStyle

プロパティ値

FontStyle

FontStyle 型の値。

注釈

標準、斜体、斜体など、フォント面のスタイルを記述します。

適用対象