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