SystemFonts.IconFontStyle Propiedad

Definición

Obtiene el estilo de fuente a partir de la información de fuentes lógicas para la fuente del título del icono actual.

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

Valor de propiedad

FontStyle

Un estilo de fuente.

Comentarios

Obtenga la información de fuente de SPI_GETICONTITLELOGFONT. Para obtener más información, vea SystemParametersInfo.

Uso de atributos XAML

<object property="{ SystemFonts.IconFontStyle}"/>

Se aplica a