Share via


NSMutableParagraphStyle.MaximumLineHeight Property

Definition

The paragraph's maximum line height, in points.

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