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; }
member this.BorderWidth : double
Public Shared ReadOnly Property BorderWidth As Double

Property Value

Double

A border width.

Remarks

The metric is obtained from SPI_GETNONCLIENTMETRICS. See SystemParametersInfo.

XAML Attribute Usage

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

Applies to