Share via


NSParagraphStyle.LineHeightMultiple Property

Definition

The natural line height of the paragraph is multiplied by this factor before constraint to minimum and maximum.

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