UIView.ViewForLastBaselineLayout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
覆寫時,可讓應用程式開發人員傳回子檢視作為基準條件約束的基礎。
[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 必須位於 檢視階層中 this
UIView 。