Share via


NSMutableParagraphStyle.ParagraphSpacingBefore Property

Definition

Distance, in points, between a paragraph's top and its first line.

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