SystemFonts.MessageFontStyle 속성

정의

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

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

속성 값

글꼴 스타일입니다.

설명

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

XAML 특성 사용

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

적용 대상