SystemParameters.BorderWidth 属性

定义

获取确定非专用窗口的非client 区域的边框宽度的指标。

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

属性值

边框宽度。

注解

指标是从SPI_GETNONCLIENTMETRICS获取的。 请参阅 SystemParametersInfo

XAML 属性用法

< object property=“{ SystemParameters.BorderWidth}”/>

适用于