OrientationMode
Describes available orientation modes, for specifying the default orientation mode for an application
within a web app manifest.
Content copied to clipboard
elide.page.Context.AppManifest.OrientationMode
Properties
Link copied to clipboard
Use landscape mode by default.
Content copied to clipboard
LANDSCAPE = 3;
Link copied to clipboard
Use the natural orientation mode for the device.
Content copied to clipboard
NATURAL = 2;
Link copied to clipboard
Use portrait mode by default.
Content copied to clipboard
PORTRAIT = 4;
Link copied to clipboard
Unspecified, or default, orientation mode/settings.
Content copied to clipboard
UNSPECIFIED_ORIENTATION = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.