Skip to main content

TextStyle Members

Stores the text appearance settings.

#Constructors

Name Description
TextStyle() Initializes a new instance of the TextStyle class with default settings.

#Fields

Name Description
ColorProperty static Identifies the Color bindable property.
SizeProperty static Identifies the Size bindable property.

#Properties

Name Description
Color Gets or sets the text color.
Size Gets or sets the text size.
See Also