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}"/>

적용 대상