Gets or sets a value indicating whether hyphenation is active or not. If hyphenation is enabled, a word at the end of a line is automatically divided with a connected spell checking component. A spell checking component can be connected with the SpellChecker property. Additionally, the TextControl.HyphenateWord event is raised with the calculated divide position. This position can be changed through a connected event handler.

Introduced: X10.

Syntax

public bool IsHyphenationEnabled { get; set; }
Public Property IsHyphenationEnabled() As Boolean