SystemParameters.IsMenuDropRightAligned 속성

정의

드롭다운 메뉴가 해당 메뉴 항목과 올바르게 정렬되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

드롭다운 메뉴가 오른쪽에 정렬되면

특성

설명

SM_MENUDROPALIGNMENT 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 속성 사용

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

적용 대상