SystemParameters.BorderWidth Property

Definition

Gets the metric that determines the border width of the nonclient area of a nonminimized window.

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

Property Value

A border width.

Remarks

The metric is obtained from SPI_GETNONCLIENTMETRICS. See SystemParametersInfo.

XAML attribute usage

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

Applies to