OrientationType Énumération

Définition

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

public enum class OrientationType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5F8A77B4-E685-48c1-94D0-8BB6AFA43DF9")]
public enum OrientationType
public enum OrientationType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5F8A77B4-E685-48c1-94D0-8BB6AFA43DF9")>]
type OrientationType = 
type OrientationType = 
Public Enum OrientationType
Héritage
OrientationType
Attributs

Champs

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 à

Voir aussi