Share via


NSMutableParagraphStyle.MinimumLineHeight Property

Definition

The minimum height, in points, of lines in the paragraph.

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