SystemFonts.SmallCaptionFontFamily Propiedad

Definición

Obtiene la métrica que determina la familia de fuentes del texto de título pequeño del área no cliente de una ventana no minimizada.

public:
 static property System::Windows::Media::FontFamily ^ SmallCaptionFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily SmallCaptionFontFamily { get; }
static member SmallCaptionFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property SmallCaptionFontFamily As FontFamily

Valor de propiedad

Una familia de fuentes.

Comentarios

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

Uso de atributos XAML

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

Se aplica a