SystemFonts.MessageFontSize 속성

정의

메시지 상자 텍스트의 글꼴 크기를 결정하는 메트릭을 가져옵니다.

public:
 static property double MessageFontSize { double get(); };
public static double MessageFontSize { get; }
static member MessageFontSize : double
Public Shared ReadOnly Property MessageFontSize As Double

속성 값

글꼴 크기입니다.

설명

SPI_GETNONCLIENTMETRICS 메트릭을 가져옵니다. 자세한 내용은 SystemParametersInfo를 참조하세요.

XAML 특성 사용

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

적용 대상