The LineBreakEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BreakAt |
The 0-based position at which the word will be broken into parts.
| |
| BreakBefore |
The position before which the word has to be broken.
| |
| HyphenChar |
Get or set the character to insert on the breaking position.
| |
| InsertHyphen |
Get or set if a hyphen has to be inserted.
| |
| Word |
Get the word that has to be broken into part.
|