OrientationType Enum

Definition

Contains values that specify the orientation of a control.

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

Fields

Name Value Description
None 0

Specifies that the control has no orientation.

Horizontal 1

Specifies that the control has horizontal orientation.

Vertical 2

Specifies that the control has vertical orientation.

Applies to

Product Versions
.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, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also