Share via


NSLayoutConstraint.ShouldBeArchived Property

Definition

Whether the constraint should be archived by its owning UIView.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeArchived { [Foundation.Export("shouldBeArchived")] get; [Foundation.Export("setShouldBeArchived:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("shouldBeArchived")>]
[<set: Foundation.Export("setShouldBeArchived:")>]
member this.ShouldBeArchived : bool with get, set

Property Value

Attributes

Applies to