NSMutableParagraphStyle.RemoveTabStop(NSTextTab) Method

Definition

Removes the tab stop textTab.

[Foundation.Export("removeTabStop:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveTabStop (UIKit.NSTextTab textTab);
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