af374ba27e0f0d1e97b10710e73d76316a132431
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Xaml / src / internal / XamlBinding / DeviceOrientation.cs
1 namespace Tizen.NUI.XamlBinding
2 {
3     internal enum DeviceOrientation
4     {
5         Portrait,
6         Landscape,
7         PortraitUp,
8         PortraitDown,
9         LandscapeLeft,
10         LandscapeRight,
11         Other
12     }
13 }