NSMutableParagraphStyle.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 paragraph's threshold for hyphenation.
public override float HyphenationFactor { [Foundation.Export("hyphenationFactor")] get; [Foundation.Export("setHyphenationFactor:")] 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.