SystemParameters.SmallCaptionHeight 屬性

定義

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

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

屬性值

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

備註

從SPI_GETNONCLIENTMETRICS取得計量。 請參閱 SystemParametersInfo

XAML 屬性用法

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

適用於