SystemParameters.ResizeFrameHorizontalBorderHeight 속성

정의

크기를 조정할 수 있는 창 둘레의 가로 크기 조정 테두리의 높이(두께)를 DPI에 맞게 조정된 픽셀 단위로 나타내는 값을 가져옵니다.

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

속성 값

테두리의 높이입니다.

특성

설명

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

XAML 특성 사용

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

적용 대상