SystemParameters.ThickVerticalBorderWidth 속성

정의

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

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

속성 값

테두리의 너비입니다.

특성

설명

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

XAML 특성 사용

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

적용 대상