TextProperties

TextProperties class

Represents text properties such as: text size, color, style etc.

The TextProperties type exposes the following members:

Constructors

NameDescription
TextProperties(text_size)Initializes a new instance of the TextProperties class

Properties

NameDescription
colorGets or sets text color.
is_color_specifiedGets or sets a value that indicates whether the color property is specified.
text_sizeGets or sets text size.
is_text_size_specifiedGets or sets a value that indicates whether the text_size property is specified.

See Also