NSLayoutManagerDelegate_Extensions.DidCompleteLayout Method
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.
Indicates that the specified NSLayoutManager has finished laying out text in the specified text container.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidCompleteLayout (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, UIKit.NSTextContainer textContainer, bool layoutFinishedFlag);
static member DidCompleteLayout : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * UIKit.NSTextContainer * bool -> unit
Parameters
The instance on which this extension method operates.
- layoutManager
- NSLayoutManager
- textContainer
- NSTextContainer
- layoutFinishedFlag
- Boolean
- Attributes
Remarks
Indicates that the specified NSLayoutManager has finished laying out text in the specified text container.