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

속성 값

드롭다운 메뉴가 오른쪽에 맞추어져 있으면true 이고, 그렇지 않으면 false입니다.

특성

설명

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

XAML 특성 사용

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

적용 대상