TextStyle

TextStyle constructor

Initializes a new instance of the TextStyle class.

public TextStyle(string name, string fontName, double fontSize, bool isBold, bool isItalic)
Parameter Type Description
name String The name of the style.
fontName String The name of the font.
fontSize Double The size of the font.
isBold Boolean The value that indicates whether the font is bold.
isItalic Boolean The value that indicates whether the font is italic.

See Also