Property UseThemeBackground
UseThemeBackground
Gets or sets whether the view fills its background with the syntax highlighting theme's editor background color. When true and a SyntaxHighlighter is set, the theme's DefaultBackground is used for the entire viewport, headings, body text, and table cells. Defaults to true.
public bool UseThemeBackground { get; set; }