highlightColor
Available highlight colors.
Type
Enumeration
Values
- "black"
- "blue"
- "cyan"
- "green"
- "magenta"
- "red"
- "yellow"
- "white"
- "darkBlue"
- "darkCyan"
- "darkGreen"
- "darkMagenta"
- "darkRed"
- "darkYellow"
- "darkGray"
- "lightGray"
- "none"
Example
This example sets a paragraph highlight to green.
- Code
- Result
// How to change a highlight color to green.
// Use a green color to highlight the ApiParagraph object.
paragraph.SetHighlight("green");