Share via


NSParagraphStyle.MaximumLineHeight Property

Definition

The paragraph's maximum line height, in points.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat MaximumLineHeight { [Foundation.Export("maximumLineHeight")] get; [Foundation.NotImplemented] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("maximumLineHeight")>]
[<set: Foundation.NotImplemented>]
member this.MaximumLineHeight : System.Runtime.InteropServices.NFloat with get, set

Property Value

The default of 0 indicates no limit.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to