TextHighlighterStyle (gb.highlight)

This class represents the style used for drawing a specific highlighter state.

Esta clase es instanciable.

Esta clase se puede usar como un/una función estática.

Métodos estáticos
FromString   Create a style from a string description.

Propiedades
Background   Return if that style is for drawing a background and not drawing text.
Bold   Return or set if the text drawn with that style must be bold.
Color   Return or set the RGB color used for drawing some text using that style.
Dotted   Return or set if the text drawn with that style must have a dotted underline.
InvertedColor   Return the inverted color of the Color property.
Key   Return or set the name of the state the style is associated with.
Name   Return the display name of the style.
Strikeout   Return or set if the text drawn with that style must be stroke out.
Underline   Return or set if the text drawn with that style must have a solid underline.

Métodos
Copy   Return a copy of the current style.
ToString   Convert the style contents to a string.

Eventos
Change   This event is raised when the style contents has changed.