SystemParameters.SmallCaptionWidth 속성

정의

축소되지 않은 창의 비클라이언트 영역의 작은 캡션 너비를 결정하는 메트릭을 가져옵니다.

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

속성 값

캡션 너비(픽셀)입니다.

설명

SPI_GETNONCLIENTMETRICS 메트릭을 가져옵니다. SystemParametersInfo를 참조하세요.

XAML 속성 사용

< object property="{ SystemParameters.SmallCaptionWidth}"/>

적용 대상