SystemParameters.MenuCheckmarkHeight 屬性

定義

取得值,這個值表示預設功能表核取記號點陣圖的 DPI 調整高度,以圖元為單位。

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

屬性值

點陣圖的高度。

屬性

備註

對應至SM_CYMENUCHECK。 請參閱 GetSystemMetrics

XAML 屬性用法

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

適用於