UIView.ReadableContentGuide プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
頭の動きを最小限に抑えながらユーザーが読み取ることができる領域。
[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 を最適な幅のガイドとして使用できます。