Share via


NSMutableParagraphStyle.TabStops Property

Definition

The paragraph's tab stops, sorted by location.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public override UIKit.NSTextTab[]? TabStops { [Foundation.Export("tabStops", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTabStops:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("tabStops", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setTabStops:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.TabStops : UIKit.NSTextTab[] with get, set

Property Value

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to