Share via


NSMutableParagraphStyle.AddTabStop(NSTextTab) Method

Definition

Adds the specified NSTextTab to the pargraph style.

[Foundation.Export("addTabStop:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddTabStop(UIKit.NSTextTab textTab);
[<Foundation.Export("addTabStop:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddTabStop : UIKit.NSTextTab -> unit
override this.AddTabStop : UIKit.NSTextTab -> unit

Parameters

textTab
NSTextTab
Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to