NSLayoutManager.SetTextContainer(NSTextContainer, NSRange) Method

Definition

Sets the NSTextContainer for the specified glyph range.

[Foundation.Export("setTextContainer:forGlyphRange:")]
public virtual void SetTextContainer (UIKit.NSTextContainer container, Foundation.NSRange glyphRange);
abstract member SetTextContainer : UIKit.NSTextContainer * Foundation.NSRange -> unit
override this.SetTextContainer : UIKit.NSTextContainer * Foundation.NSRange -> unit

Parameters

container
NSTextContainer
glyphRange
NSRange
Attributes

Applies to