Share via


NSParagraphStyle.MinimumLineHeight Property

Definition

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

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