次の方法で共有


DeviceOrientation 列挙型

定義

Xamarin.Forms プラットフォームによる内部使用向け。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public enum DeviceOrientation
type DeviceOrientation = 
継承
System.Enum
DeviceOrientation
属性
System.ComponentModel.EditorBrowsableAttribute

フィールド

Landscape 1

Xamarin.Forms プラットフォームによる内部使用向け。

LandscapeLeft 4

Xamarin.Forms プラットフォームによる内部使用向け。

LandscapeRight 5

Xamarin.Forms プラットフォームによる内部使用向け。

Other 6

Xamarin.Forms プラットフォームによる内部使用向け。

Portrait 0

Xamarin.Forms プラットフォームによる内部使用向け。

PortraitDown 3

Xamarin.Forms プラットフォームによる内部使用向け。

PortraitUp 2

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象