SystemParameters.ScrollHeight 속성

정의

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

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

속성 값

스크롤 높이(픽셀)입니다.

설명

메트릭은 SPI_GETNONCLIENTMETRICS 가져옵니다. 참조 SystemParametersInfo합니다.

XAML 특성 사용

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

적용 대상