Share via


UIPageViewControllerNavigationOrientation Enum

Definition

An enumeration indicating the orientation of UIPageViewController page turns.

[ObjCRuntime.Native]
public enum UIPageViewControllerNavigationOrientation
[<ObjCRuntime.Native>]
type UIPageViewControllerNavigationOrientation = 
Inheritance
UIPageViewControllerNavigationOrientation
Attributes

Fields

Name Value Description
Horizontal 0

Horizontal orientation.

Vertical 1

Vertical orientation.

Applies to