共用方式為


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用於配置單一文字行。 如果需要多個資料行, P:UIKit.UILayoutGuide.Width 可作為最佳寬度的指南。

適用於