Constructor TextAndFontStyle
TextAndFontStyle(string)
Initializes a new instance of the TextAndFontStyle struct with the specified text.
public TextAndFontStyle(string text)
Parameters
text
stringText string.
TextAndFontStyle(string, FontStyle)
Initializes a new instance of the TextAndFontStyle struct with the specified text and font style.
public TextAndFontStyle(string text, FontStyle style)