Share via


NSParagraphStyle.TailIndent Property

Definition

The distance, in points, from the margin of a text container to the end of lines.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat TailIndent { [Foundation.Export("tailIndent")] get; [Foundation.NotImplemented] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("tailIndent")>]
[<set: Foundation.NotImplemented>]
member this.TailIndent : System.Runtime.InteropServices.NFloat with get, set

Property Value

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to