Share via


NSMutableParagraphStyle.LineSpacing Property

Definition

The distance, in points, between the bottom of one line fragment and the top of the next.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public override System.Runtime.InteropServices.NFloat LineSpacing { [Foundation.Export("lineSpacing")] get; [Foundation.Export("setLineSpacing:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("lineSpacing")>]
[<set: Foundation.Export("setLineSpacing:")>]
member this.LineSpacing : 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