SystemParameters.MenuDropAlignment Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 right-aligned; otherwise, false.
- Attributes
 
Remarks
Maps to SPI_GETMENUDROPALIGNMENT. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.MenuDropAlignment}"/>