UIKit.NSLayoutConstraint: Method Members

The methods of UIKit.NSLayoutConstraint are listed below. For a list of all members, see the NSLayoutConstraint Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
ActivateConstraints(NSLayoutConstraint[])
Activates all of the constraints passed.
static
Create(Foundation.NSObject, NSLayoutAttribute, NSLayoutRelation, Foundation.NSObject, NSLayoutAttribute, nfloat, nfloat) : NSLayoutConstraint
Factory method for creating a constraint.
static
Create(ObjCRuntime.INativeObject, NSLayoutAttribute, NSLayoutRelation, ObjCRuntime.INativeObject, NSLayoutAttribute, nfloat, nfloat) : NSLayoutConstraint
Factory method for creating a constraint.
static
DeactivateConstraints(NSLayoutConstraint[])
Deactivates all of the constraints passed.
static
FromVisualFormat(string, NSLayoutFormatOptions, params object[]) : NSLayoutConstraint[]
Factory method for creating a constraint using Visual Format Language.
static
FromVisualFormat(string, NSLayoutFormatOptions, Foundation.NSDictionary, Foundation.NSDictionary) : NSLayoutConstraint[]
Factory method for creating a constraint using Visual Format Language.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSLayoutConstraint object.