DisplayOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the orientation a device display can have.
public enum class DisplayOrientation
public enum DisplayOrientation
type DisplayOrientation =
Public Enum DisplayOrientation
- Inheritance
-
DisplayOrientation
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown display orientation. |
Portrait | 1 | Device display is in portrait orientation. |
Landscape | 2 | Device display is in landscape orientation. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.