NSLayoutManager.HyphenationFactor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The hyphenation threshold.
public virtual nfloat HyphenationFactor { [Foundation.Export("hyphenationFactor")] get; [Foundation.Export("setHyphenationFactor:")] set; }
member this.HyphenationFactor : nfloat with get, set
Property Value
A value in the range 0 to 1. 0 indicates hyphenation is off, 1.0 causes hyphenation to always be attempted.
- Attributes
Remarks
Application developers should prefer to set this value to 0.0, because hyphenation is slow and consumes memory.