Share via


NSLayoutManager.HasNonContiguousLayout Property

Definition

Whether the NSLayoutManager currently contains any areas of noncontiguous layout.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool HasNonContiguousLayout { [Foundation.Export("hasNonContiguousLayout")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("hasNonContiguousLayout")>]
member this.HasNonContiguousLayout : bool

Property Value

Attributes

Remarks

Even if AllowsNonContiguousLayout is true, this method may return false, for instance, if layout is complete.

Applies to