UIWebPaginationBreakingMode 枚举

定义

一个枚举,其值指定 UIWebView是应按列还是按页中断 。PaginationMode

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationBreakingMode
type UIWebPaginationBreakingMode = 
继承
UIWebPaginationBreakingMode
属性

字段

Column 1

内容遵循与分列相关的 CSS 属性。

Page 0

内容遵循控制分页的 CSS 属性。

适用于