Enum HighlightColor
Specifies the highlight color for the CharacterFormat.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum HighlightColorFields
| Name | Description | 
|---|---|
| Black | Highlights the content with black (#ff000000) color. | 
| Blue | Highlights the content with blue (#ff0000ff) color. | 
| BrightGreen | Highlights the content with bright green (#ff00ff00) color. | 
| DarkBlue | Highlights the content with dark blue (#ff000080) color. | 
| DarkRed | Highlights the content with dark red (#ff800000) color. | 
| DarkYellow | Highlights the content with dark yellow (#ff808000) color. | 
| Gray25 | Highlights the content with gray 25 (#ffc0c0c0) color. | 
| Gray50 | Highlights the content with gray 50 (#ff808080) color. | 
| Green | Highlights the content with green (#ff008000) color. | 
| NoColor | No highlight color will be applied. | 
| Pink | Highlights the content with pink (#ffff00ff) color. | 
| Red | Highlights the content with red (#ffff0000) color. | 
| Teal | Highlights the content with teal (#ff008080) color. | 
| Turquoise | Highlights the content with turquoise (#ff00ffff) color. | 
| Violet | Highlights the content with violet (#ff800080) color. | 
| Yellow | Highlights the content with yellow (#ffffff00) color. |