SystemParameters.ResizeFrameHorizontalBorderHeight Property

Definition

Gets a value that indicates the height (thickness), in pixels adjusted for DPI, of the horizontal sizing border around the perimeter of a window that can be resized.

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

Property Value

The height of the border.

Attributes

Remarks

Maps to SM_CXSIZEFRAME. See GetSystemMetrics.

XAML attribute usage

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

Applies to