The HyphenateWordEventArgs class provides data for the TextControl.HyphenateWord, ServerTextControl.HyphenateWord and WPF.TextControl.HyphenateWord events.

Syntax

public class HyphenateWordEventArgs: EventArgs
Public Class HyphenateWordEventArgs
  Inherits EventArgs

Introduced: X10.

Properties

Property Description
Culture Gets the culture of the word to hyphenate.
DividePos Gets or sets the position at which the word should be divided.
MaxDividePos Gets the maximum dividing position.
Word Gets the word to hyphenate.