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

適用対象