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存在する必要があります。

適用対象