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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.