Share via


NSMutableParagraphStyle.ParagraphSpacing Property

Definition

Distance, in points, after the paragraph.

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