SystemParameters.MenuCheckmarkHeight プロパティ

定義

既定のメニュー チェック マーク ビットマップの高さ (DPI に合わせて調整されたピクセル単位) を示す値を取得します。

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

プロパティ値

ビットマップの高さ。

属性

注釈

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

XAML 属性の使用方法

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

適用対象