UIKit.UIView.ViewForBaselineLayout Property
Returns the UIKit.UIView upon which baseline constraints should be applied.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[get: Foundation.Export("viewForBaselineLayout")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual UIView ViewForBaselineLayout { get; }

See Also

UIView.AlignmentRectForFrame
UIView.FrameForAlignmentRect
UIView.AlignmentRectInsets

Value

The default value is this UIKit.UIView.

Remarks

Returns the UIKit.UIView for which constraints relating to NSLayoutAttribute.Baseline should apply. The baseline for many UIKit.UIViews is the bottom of the view but in a UIKit.UILabel, for instance, the baseline should be the position of the text baseline.

The returned value must be either this or a view in this's subview hierarchy.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0