expression.SetBackgroundColor( _ ByVal attr As TextColorMappingAttribute, _ ByVal newColor As Color _ )
where expression is a variable that represents a ThemeColor Object
Parameters
- attr
- A TextColorMappingAttribute value that specifies the host text attribute whose mapped color is set.
- newColor
- The new background color mapping for the specified attribute.