Share via


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