다음을 통해 공유


SystemFonts.CaptionFontWeight 속성

정의

최소화되지 않은 창에서 비클라이언트 영역의 캡션 글꼴 두께를 결정하는 메트릭을 가져옵니다.

public:
 static property System::Windows::FontWeight CaptionFontWeight { System::Windows::FontWeight get(); };
public static System.Windows.FontWeight CaptionFontWeight { get; }
member this.CaptionFontWeight : System.Windows.FontWeight
Public Shared ReadOnly Property CaptionFontWeight As FontWeight

속성 값

FontWeight

글꼴 두께입니다.

설명

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

XAML 특성 사용

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

적용 대상