SystemParameters.MenuDropAlignment Property

Definition

Gets a value indicating whether pop-up menus are left-aligned or right-aligned, relative to the corresponding menu item.

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

Property Value

Boolean

true if left-aligned; otherwise, false.

Attributes

Remarks

Maps to SPI_GETMENUDROPALIGNMENT. See SystemParametersInfo.

XAML Attribute Usage

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

Applies to