共用方式為


UIView.ViewForFirstBaselineLayout 屬性

定義

覆寫時,可讓應用程式開發人員傳回子檢視作為基準條件約束的基礎。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView ViewForFirstBaselineLayout { [Foundation.Export("viewForFirstBaselineLayout")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ViewForFirstBaselineLayout : UIKit.UIView

屬性值

預設值是 this

屬性

備註

UIView 回的 必須位於 thisUIView 的檢視階層中。

適用於