NSParagraphStyle.HyphenationFactor Property

Definition

The paragraph's threshold for hyphenation.

public virtual float HyphenationFactor { [Foundation.Export("hyphenationFactor")] get; [Foundation.NotImplemented] set; }
member this.HyphenationFactor : single with get, set

Property Value

Ranges from 0 to 1, indicating ratio of text width to the width of line fragment. Default is 0, indicating that the layout manager's hyphenation factor is used.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to