SystemParameters.SmallWindowCaptionButtonWidth プロパティ

定義

小さいキャプション ボタンの DPI に合わせて調整された幅 (ピクセル単位) を示す値を取得します。

public:
 static property double SmallWindowCaptionButtonWidth { double get(); };
public static double SmallWindowCaptionButtonWidth { [System.Security.SecurityCritical] get; }
public static double SmallWindowCaptionButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
static member SmallWindowCaptionButtonWidth : double
static member SmallWindowCaptionButtonWidth : double
Public Shared ReadOnly Property SmallWindowCaptionButtonWidth As Double

プロパティ値

キャプション ボタンの幅。

属性

注釈

SM_CXSMSIZEにマップします。 「GetSystemMetrics」を参照してください。

XAML 属性の使用方法

<object property="{ SystemParameters.SmallWindowCaptionButtonWidth}"/>

適用対象