Class TextStyle

TextStyle class

Class represents style of text in annotation

public class TextStyle

Properties

NameDescription
Color { get; set; }Color of the text.
FontName { get; set; }Name of the font.
FontSize { get; set; }Fonst size.
HorizontalAlignment { get; set; }Text alignment. Valid values are: Left, Center, Rigth.

Methods

NameDescription
override ToString()String representation of TextStyle.

See Also