UIPageViewControllerNavigationOrientation 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.
An enumeration indicating the orientation of UIPageViewController page turns.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPageViewControllerNavigationOrientationtype UIPageViewControllerNavigationOrientation = - Inheritance
- 
				UIPageViewControllerNavigationOrientation
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Horizontal | 0 | Horizontal orientation. | 
| Vertical | 1 | Vertical orientation. |