SystemParameters.ResizeFrameHorizontalBorderHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The height of the border.
- Attributes
Remarks
Maps to SM_CXSIZEFRAME. See GetSystemMetrics.
XAML Attribute Usage
<object property="{ SystemParameters.ResizeFrameHorizontalBorderHeight}"/>