UITableView.CellLayoutMarginsFollowReadableWidth Property

Definition

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

Applies to