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}"/>

適用対象