Share via


NSMutableParagraphStyle.DefaultTabInterval Property

Definition

The value, in points, of tab intervals.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public override System.Runtime.InteropServices.NFloat DefaultTabInterval { [Foundation.Export("defaultTabInterval")] get; [Foundation.Export("setDefaultTabInterval:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("defaultTabInterval")>]
[<set: Foundation.Export("setDefaultTabInterval:")>]
member this.DefaultTabInterval : System.Runtime.InteropServices.NFloat with get, set

Property Value

The default is 0.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to