Search
TextStyle Members
Constructors Methods
 


Defines text appearance attributes.

The following tables list the members exposed by the TextStyle type.

 Public Constructors

  Name Description

TextStyle

Initializes a new instance of the TextStyle class.

 Public Methods

  Name Description

getBackground

Gets the text background.

getBorderStroke

Gets the border stroke.

getBorderStrokeDashStyle

Gets the border stroke dash style.

getBorderStrokeThickness

Gets the border stroke thickness.

getFontName

Gets the name of the Font.

getFontSize

Gets the Font size.

getFontStyle

Gets the FontStyle.

getTextBrush

Gets the Brush used to draw text.

setBackground

Sets the text background.

setBorderStroke

Sets the border stroke.

setBorderStrokeDashStyle

Sets the border stroke dash style.

setBorderStrokeThickness

Sets the border stroke thickness.

setFontName

Sets the name of the Font.

setFontSize

Sets the Font size.

setFontStyle

Sets the font style.

setTextBrush

Sets the Brush used to draw text.

 See Also