UIView.ReadableContentGuide 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.
An area that can be read by the user with minimal head moving.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UILayoutGuide ReadableContentGuide { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("readableContentGuide", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.ReadableContentGuide : UIKit.UILayoutGuide
Property Value
- Attributes
Remarks
The ReadableContentGuide is intended for laying out a single column of text. If multiple columns are desired, the P:UIKit.UILayoutGuide.Width can be used as a guide to the optimal width.