SystemParameters.FixedFrameVerticalBorderWidth 속성

정의

창 주위 프레임의 세로 테두리 너비를 가져옵니다.

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

속성 값

Double

테두리 너비입니다.

특성

설명

SM_CYFIXEDFRAME 지도. GetSystemMetrics를 참조하세요.

XAML 특성 사용

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

적용 대상