NSMutableParagraphStyle.AddTabStop(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.
Adds the specified NSTextTab to the pargraph style.
[Foundation.Export("addTabStop:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddTabStop (UIKit.NSTextTab textTab);
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.