SystemParameters.SmallCaptionWidth 屬性

定義

取得度量資訊,該度量資訊會決定非最小化視窗之非工作區的小標題寬度。

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

屬性值

標題寬度 (以像素為單位)。

備註

從SPI_GETNONCLIENTMETRICS取得計量。 請參閱 SystemParametersInfo

XAML 屬性用法

<object property=「{ SystemParameters.SmallCaptionWidth } 」/>

適用於