Table of Contents

Constructor TextAndFontStyle

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

TextAndFontStyle(string)

Initializes a new instance of the TextAndFontStyle struct with the specified text.

public TextAndFontStyle(string text)

Parameters

text string

Text 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)

Parameters

text string

Text string.

style FontStyle

Font style.