SystemParameters.CaptionWidth 属性

定义

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

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

属性值

标题宽度。

注解

从SPI_GETNONCLIENTMETRICS获取指标。 请参阅 SystemParametersInfo

XAML 属性用法

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

适用于