UIView.ReadableContentGuide プロパティ

定義

頭の動きを最小限に抑えながらユーザーが読み取ることができる領域。

[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

プロパティ値

属性

注釈

ReadableContentGuideは、1 列のテキストをレイアウトするためのものです。 複数の列が必要な場合は、 P:UIKit.UILayoutGuide.Width を最適な幅のガイドとして使用できます。

適用対象