SystemParameters.SmallCaptionHeight 속성

정의

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

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

속성 값

캡션 높이(픽셀)입니다.

설명

SPI_GETNONCLIENTMETRICS에서 메트릭을 가져옵니다. 참조 SystemParametersInfo합니다.

XAML 특성 사용

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

적용 대상