TextLayoutProperties Class Members
In This Topic
The following tables list the members exposed by
TextLayoutProperties.
Public Constructors
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. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
See Also