UIWebPaginationMode 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 whose values specify valid page-break modes for the UIWebView's PaginationMode property.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationMode
type UIWebPaginationMode =
- Inheritance
-
UIWebPaginationMode
- Attributes
Fields
BottomToTop | 3 | The content will be broken into pages that flow from bottom to top. |
LeftToRight | 1 | The content will be broken into pages that flow from left to right. |
RightToLeft | 4 | The content will be broken into pages that flow from right to left. |
TopToBottom | 2 | The content will be broken into pages that flow from top to bottom. |
Unpaginated | 0 | Content appears as one long scrolling view with no pages. |