OrientationType Enumeración

Definición

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

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
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

Consulte también