UIKit.UIView.HasAmbiguousLayout Property
Returns true if the Auto Layout for this UIKit.UIView is ambiguous.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
[get: Foundation.Export("hasAmbiguousLayout")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool HasAmbiguousLayout { get; }

Value

Returns false if the UIKit.UIView's constraints are sufficient to accurately specify its alignment rectangle.

Remarks

This is a debugging method that should not be used in production applications.

This method can be used to determine if the set of UIKit.NSLayoutConstraints for a UIKit.UIView are sufficient to fully determine the alignment rectangle or if they are ambiguous.

Requirements

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