Typeface.Style Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o estilo da 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
Valor da propriedade
Um FontStyle valor que representa o valor de estilo para a face de tipo.
Exemplos
// 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
Comentários
Três termos categorizam a inclinação de uma fonte: normal, oblíqua e itálica.