共用方式為


UIView.ViewForLastBaselineLayout 屬性

定義

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

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

屬性值

預設值是 this

屬性

備註

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

適用於