NSLayoutManager.HasNonContiguousLayout Property

Definition

Whether the NSLayoutManager currently contains any areas of noncontiguous layout.

public virtual bool HasNonContiguousLayout { [Foundation.Export("hasNonContiguousLayout")] get; }
member this.HasNonContiguousLayout : bool

Property Value

Attributes

Remarks

Even if P:UIKit.NSLayoutManager.AllowsNonContinguousLayout is true, this method may return false, for instance, if layout is complete.

Applies to