UITableView.CellLayoutMarginsFollowReadableWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the layout margins of the cell's contents are set by the system to have a comfortable, legible width for the user.
[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
Property Value
- Attributes