Share via


NSLayoutManager.SetTextContainer(NSTextContainer, NSRange) Method

Definition

Sets the NSTextContainer for the specified glyph range.

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

Parameters

container
NSTextContainer
glyphRange
NSRange
Attributes

Applies to