NSLayoutManager.HasNonContiguousLayout Property
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.
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.