Leer en inglés

Compartir a través de


OrientationType Enumeración

Definición

Contiene valores que especifican la orientación de un control.

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

Campos

Horizontal 1

Especifica que el control tiene orientación horizontal.

None 0

Especifica que el control no tiene ninguna orientación.

Vertical 2

Especifica que el control tiene orientación vertical.

Se aplica a

Producto Versiones
.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
Windows Desktop 3.0, 3.1, 5, 6, 7

Consulte también