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 left-aligned; otherwise, false
.
- Attributes
Remarks
Maps to SPI_GETMENUDROPALIGNMENT. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.MenuDropAlignment}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.