SystemParameters.ThinVerticalBorderWidth 속성

정의

세로 창 테두리의 너비(DPI에 대해 조정된 픽셀)를 나타내는 값을 가져옵니다.

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

속성 값

테두리의 너비입니다.

특성

설명

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

XAML 특성 사용

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

적용 대상