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}”/>

适用于