Typeface.Style 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Typeface 的樣式。
public:
property System::Windows::FontStyle Style { System::Windows::FontStyle get(); };
public System.Windows.FontStyle Style { get; }
member this.Style : System.Windows.FontStyle
Public ReadOnly Property Style As FontStyle
屬性值
FontStyle 值,表示字樣的樣式值。
範例
// Get the font style value for the typeface.
FontStyle fontStyle = typeface.Style;
if (fontStyle == FontStyles.Italic)
{
// Perform action based on italic style value.
}
' Get the font style value for the typeface.
Dim fontStyle As FontStyle = typeface.Style
If fontStyle = FontStyles.Italic Then
' Perform action based on italic style value.
End If
備註
三個詞彙會分類字型的斜線:一般、斜體和斜體。