Share via


NSMutableParagraphStyle.RemoveTabStop(NSTextTab) Method

Definition

Removes the tab stop textTab.

[Foundation.Export("removeTabStop:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveTabStop(UIKit.NSTextTab textTab);
[<Foundation.Export("removeTabStop:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveTabStop : UIKit.NSTextTab -> unit
override this.RemoveTabStop : 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