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 屬性。 |