UIKit.NSLayoutRelation Enumeration
An enumeration that specifies the relation between two attributes in a UIKit.NSLayoutConstraint

Syntax

[ObjCRuntime.Native]
public enum NSLayoutRelation

Remarks

Constraint-based layouts are based on relationships between the values of two UIKit.NSLayoutAttributes. Constraints can be made more flexible by allowing relationships other than strict equality, that is, NSLayoutRelation.GreaterThanOrEqual or NSLayoutRelation.LessThanOrEqual. With relations other than NSLayoutRelation.Equal the constraint solver will attempt to minimize the difference in attributes. If NSLayoutRelation.Equal is specified and the constraint solver cannot solve the system of constraints, the constraint solver will throw an exception.

Members

Member NameDescription
EqualAn equality relationship.
GreaterThanOrEqualA greater-than-or-equal relationship.
LessThanOrEqualA less-than-or-equal relationship.

Requirements

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