TextStyle Class Properties
In This Topic
For a list of all members of this type, see TextStyle members.
Public Properties
| | Name | Description |
 | Brush | Gets the Brush that will be used to fill the glyphs. |
 | CharacterSpacing |
Gets a number representing the glyph's displacement in unscaled text space units.
|
 | Font | Gets the Font used to stylize the text. |
 | FontSize | Gets the Font’s size. |
 | HorizontalScaling |
Gets the glyphs' stretching or compression factor.
|
 | Leading |
Gets the distance between the baseline of two adjacent lines of text
|
 | Pen | Gets the Pen that will be used when drawing the glyphs. |
 | RotationAngle | Gets the rotation applied to the text. |
 | TextRise | Gets the number representing the distance between the baseline & its default location. |
 | WordSpacing |
The word separator's displacement in unscaled text space units.
|
Top
See Also