FontStyles.Italic プロパティ

定義

イタリック体の FontStyle を指定します。

public:
 static property System::Windows::FontStyle Italic { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle Italic { get; }
static member Italic : System.Windows.FontStyle
Public Shared ReadOnly Property Italic As FontStyle

プロパティ値

イタリック体の FontStyle を表す値。

次のコード例では、 プロパティを Italic 使用して を FontStyle返します。

FontStyle fontStyle = FontStyles.Italic;
Dim fontStyle As FontStyle = FontStyles.Italic

注釈

斜体フォントの文字は本当に斜めで、デザインどおりに表示されます。

適用対象