NSParagraphStyle.DefaultTabInterval Property

Definition

The value, in points, of tab intervals.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat DefaultTabInterval { [Foundation.Export("defaultTabInterval")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.NotImplemented] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.DefaultTabInterval : nfloat with get, set

Property Value

Default is 0.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to