SystemParameters.FocusHorizontalBorderHeight Property

Definition

Gets the height of the upper and lower edges of the focus rectangle.

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

Property Value

The edge height.

Attributes

Remarks

Maps to SM_CXFOCUSBORDER. See GetSystemMetrics.

XAML attribute usage

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

Applies to