UITableView.CellLayoutMarginsFollowReadableWidth 属性

定义

单元格内容的布局边距是否由系统设置,以便为用户提供舒适、清晰可辨的宽度。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CellLayoutMarginsFollowReadableWidth { [Foundation.Export("cellLayoutMarginsFollowReadableWidth")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setCellLayoutMarginsFollowReadableWidth:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.CellLayoutMarginsFollowReadableWidth : bool with get, set

属性值

属性

适用于