OrientationType Výčet

Definice

Obsahuje hodnoty, které určují orientaci ovládacího prvku.

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
Dědičnost
OrientationType
Atributy

Pole

Horizontal 1

Určuje, že ovládací prvek má vodorovnou orientaci.

None 0

Určuje, že ovládací prvek nemá žádnou orientaci.

Vertical 2

Určuje, že má ovládací prvek svislou orientaci.

Platí pro

Viz také