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

适用于