SystemParameters.HorizontalScrollBarButtonWidth 속성

정의

가로 스크롤 막대에 있는 화살표 비트맵의 너비를 픽셀 단위로 가져옵니다.

public:
 static property double HorizontalScrollBarButtonWidth { double get(); };
public static double HorizontalScrollBarButtonWidth { [System.Security.SecurityCritical] get; }
public static double HorizontalScrollBarButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
static member HorizontalScrollBarButtonWidth : double
static member HorizontalScrollBarButtonWidth : double
Public Shared ReadOnly Property HorizontalScrollBarButtonWidth As Double

속성 값

화살표 비트맵의 너비입니다.

특성

설명

SM_CXHSCROLL 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 특성 사용

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

적용 대상