NSMutableParagraphStyle.RemoveTabStop(NSTextTab) 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.
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.