SystemParameters.ResizeFrameHorizontalBorderHeight Property

Definition

Gets a value that indicates the height (thickness), in pixels, 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>]
member this.ResizeFrameHorizontalBorderHeight : double
member this.ResizeFrameHorizontalBorderHeight : double
Public Shared ReadOnly Property ResizeFrameHorizontalBorderHeight As Double

Property Value

Double

The height of the border.

Attributes

Remarks

Maps to SM_CXSIZEFRAME. See GetSystemMetrics.

XAML Attribute Usage

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

Applies to