TextLayoutProperties Class Properties
In This Topic
For a list of all properties of this type, see
TextLayoutProperties.
Public Properties
| | Name | Description |
 | CharacterSpacing | Gets or sets the character spacing. |
 | IsTextStrikeout | Gets or sets a value indicating whether the text is strikeout. |
 | IsTextUnderlined | Gets or sets a value indicating whether the text is underlined. |
 | LineSpacing | Gets or sets the line spacing. |
 | LineSplitIfOverflow | Gets or sets a value indicating whether text line must be splitted if line does not have breaks and line does not fit to the text bounding box. |
 | TabStops | Gets or sets the tab stops. |
 | TextAlignment | Gets or sets the text alignment. |
 | WordWrap | Gets or sets a value indicating whether words must be wrapped automatically to the beginning of the next line when necessary. |
See Also