Enum RequiredDisplayOrientation
public enum RequiredDisplayOrientation
Fields
Default = 0
The default value for the orientation.
[Display("Landscape Left", null)] LandscapeLeft = 1
Displays in landscape mode to the left.
[Display("Landscape Right", null)] LandscapeRight = 2
Displays in landscape mode to the right.
Portrait = 4
Displays in portrait mode.