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