SystemFonts.CaptionFontStyle Propiedad

Definición

Obtiene la métrica que determina el estilo de fuente del título del área no cliente de una ventana no minimizada.

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

Valor de propiedad

Un estilo de fuente.

Comentarios

Obtenga la métrica de SPI_GETNONCLIENTMETRICS. Para obtener más información, vea SystemParametersInfo.

Uso de atributos XAML

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

Se aplica a