SystemParameters.SmallWindowCaptionButtonHeight プロパティ

定義

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

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

プロパティ値

キャプション ボタンの高さ。

属性

注釈

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

XAML 属性の使用方法

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

適用対象