UIView.ViewForFirstBaselineLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden, allows the app dev to return a subview as the basis for baseline constraints.
[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
Property Value
The default value is this
.
- Attributes
Remarks
The returned UIView must be in this
UIView's view hierarchy.