NSLayoutConstraint.DeactivateConstraints(NSLayoutConstraint[]) Method
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.
Deactivates all of the constraints passed.
[Foundation.Export("deactivateConstraints:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DeactivateConstraints (UIKit.NSLayoutConstraint[] constraints);
static member DeactivateConstraints : UIKit.NSLayoutConstraint[] -> unit
Parameters
- constraints
- NSLayoutConstraint[]
Constraints to deactivate.
- Attributes
Remarks
This method has the same effect as setting the Active property to false
.