UIWebPaginationBreakingMode Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumération dont les valeurs spécifient si un UIWebViewdoit s’arrêter PaginationMode par colonnes ou par page.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationBreakingMode
type UIWebPaginationBreakingMode =
- Héritage
-
UIWebPaginationBreakingMode
- Attributs
Champs
Column | 1 | Le contenu respecte la relation entre les propriétés CSS et la rupture de colonne. |
Page | 0 | Le contenu respecte les propriétés CSS qui contrôlent les sauts de page. |