Fill
FormatProperties
.
TextColor
Fill color for the text.
Example
=
Paragraph
{
TextHeight
:
20pt;
"None"
;
Span
{
TextColor
:
80%;
"gray"
;
};
Span
{
TextColor
:
Colors
.
Blue
;
"blue"
;
};
};
//============================================================
None
gray
blue