Fill
FormatProperties
.
TextBackground
Fill color for the area behind the text.
Example
=
Paragraph
{
TextHeight
:
20pt;
"None"
;
Span
{
TextBackground
:
80%;
"gray"
;
};
Span
{
TextBackground
:
Colors
.
Green
;
TextColor
:
Colors
.
White
;
"green"
;
};
};
//============================================================
None
gray
green