Enum OrientationType
Represents the orientation types of a slider field.
public enum OrientationType : byte
Fields
Horizontal = 0
The slider is horizontally oriented.
Vertical = 1
The slider is vertically oriented.
Represents the orientation types of a slider field.
public enum OrientationType : byte
Horizontal = 0
The slider is horizontally oriented.
Vertical = 1
The slider is vertically oriented.