共用方式為


NSLayoutConstraint.Active 屬性

定義

控制條件約束是否為作用中。  使用中條件約束做為自動設定程式的一部分,不會忽略這些條件約束。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool Active { [Foundation.Export("isActive")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setActive:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Active : bool with get, set

屬性值

屬性

適用於