Lire en anglais

Partager via


OrientationType Énumération

Définition

Contient des valeurs qui spécifient l'orientation d'un contrôle.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5F8A77B4-E685-48c1-94D0-8BB6AFA43DF9")]
public enum OrientationType
C#
public enum OrientationType
Héritage
OrientationType
Attributs

Champs

Nom Valeur Description
Horizontal 1

Spécifie que le contrôle a une orientation horizontale.

None 0

Spécifie que le contrôle n'a aucune orientation.

Vertical 2

Spécifie que le contrôle a une orientation verticale.

S’applique à

Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

Voir aussi