SystemParameters.MenuCheckmarkHeight 속성

정의

기본 메뉴 확인 표시 비트맵의 높이를 픽셀 단위로 나타내는 값을 가져옵니다.

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

속성 값

Double

비트맵의 높이입니다.

특성

설명

SM_CYMENUCHECK 지도. GetSystemMetrics를 참조하세요.

XAML 특성 사용

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

적용 대상