UIWebPaginationBreakingMode Enum
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 whether a UIWebView's PaginationMode should break by columns or page.
C#
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationBreakingMode
type UIWebPaginationBreakingMode =
- Inheritance
-
UIWebPaginationBreakingMode
- Attributes
Name | Value | Description |
---|---|---|
Page | 0 | Content respects CSS properties controlling page-breaking. |
Column | 1 | Contents respects CSS properties relation to column-breaking. |
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |