OrientationType Enumerazione

Definizione

Contiene valori che specificano l'orientamento di un controllo.

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
Ereditarietà
OrientationType
Attributi

Campi

Horizontal 1

Specifica che il controllo ha un orientamento orizzontale.

None 0

Specifica che il controllo non ha orientamento.

Vertical 2

Specifica che il controllo ha un orientamento verticale.

Si applica a

Vedi anche