SystemParameters.MenuDropAlignment Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si les menus contextuels sont alignés à gauche ou à droite par rapport à l'élément de menu correspondant.
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
Valeur de propriété
true
si les menus sont alignés à gauche ; sinon, false
.
- Attributs
Remarques
Mappe à SPI_GETMENUDROPALIGNMENT. Consultez SystemParametersInfo.
Utilisation des attributs XAML
<
object property="{ SystemParameters.MenuDropAlignment}
"/>