Class TextStyle

TextStyle class

Represents a text style class.

public class TextStyle

Constructors

NameDescription
TextStyle()The default constructor.

Properties

NameDescription
BackgroundColor { get; set; }Gets and sets the background color.
Color { get; set; }Gets and sets the text color.

See Also