ScreenOrientation 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定屏幕的角度。
public enum class ScreenOrientation
public enum ScreenOrientation
type ScreenOrientation =
Public Enum ScreenOrientation
- 继承
字段
Angle0 | 0 | 屏幕的方向为 0 度。 |
Angle180 | 2 | 屏幕的方向为 180 度。 |
Angle270 | 3 | 屏幕的方向为 270 度。 |
Angle90 | 1 | 屏幕的方向为 90 度。 |
注解
此枚举由 ScreenOrientation 属性使用。