NSLayoutManager.SetTextContainer(NSTextContainer, NSRange) 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.
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