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>]
static member MenuDropAlignment : bool
static member MenuDropAlignment : bool
Public Shared ReadOnly Property MenuDropAlignment As Boolean

Property Value

true if left-aligned; otherwise, false.

Attributes

Remarks

Maps to SPI_GETMENUDROPALIGNMENT. See SystemParametersInfo.

XAML attribute usage

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

Applies to