UIWebPaginationBreakingMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个枚举,其值指定 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 属性。 |