DeviceOrientation 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 Xamarin.Forms 平台内部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public enum DeviceOrientation
type DeviceOrientation =
- 继承
-
System.EnumDeviceOrientation
- 属性
-
System.ComponentModel.EditorBrowsableAttribute
字段
名称 | 值 | 说明 |
---|---|---|
Portrait | 0 | 供 Xamarin.Forms 平台内部使用。 |
Landscape | 1 | 供 Xamarin.Forms 平台内部使用。 |
PortraitUp | 2 | 供 Xamarin.Forms 平台内部使用。 |
PortraitDown | 3 | 供 Xamarin.Forms 平台内部使用。 |
LandscapeLeft | 4 | 供 Xamarin.Forms 平台内部使用。 |
LandscapeRight | 5 | 供 Xamarin.Forms 平台内部使用。 |
Other | 6 | 供 Xamarin.Forms 平台内部使用。 |