SystemParameters.MenuDropAlignment 속성

정의

팝업 메뉴가 해당 메뉴 항목을 기준으로 왼쪽에 맞추어지는지 오른쪽에 맞추어지는지를 나타내는 값을 가져옵니다.

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

속성 값

왼쪽에 맞추어지면true 이고, 그렇지 않으면 false입니다.

특성

설명

SPI_GETMENUDROPALIGNMENT 매핑합니다. 참조 SystemParametersInfo합니다.

XAML 특성 사용

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

적용 대상