Edit

SystemParameters.FocusBorderWidth Property

Definition

Gets the width, in pixels, of the left and right edges of the focus rectangle.

public:
 static property double FocusBorderWidth { double get(); };
public static double FocusBorderWidth { get; }
static member FocusBorderWidth : double
Public Shared ReadOnly Property FocusBorderWidth As Double

Property Value

The edge width.

Remarks

Maps to SPI_GETFOCUSBORDERWIDTH. See SystemParametersInfo.

XAML attribute usage

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

Applies to