SystemFonts.IconFontWeight Propiedad

Definición

Obtiene el espesor 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::FontWeight IconFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight IconFontWeight { get; }
member this.IconFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property IconFontWeight As FontWeight

Valor de propiedad

FontWeight

Un espesor 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.IconFontWeight}"/>

Se aplica a