Class HighlightColor
Specifies the highlight color for character format.
Inheritance
System.Object
HighlightColor
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class HighlightColor : Enum
Fields
Black
Black color.
Declaration
public const HighlightColor Black
Field Value
Type |
---|
HighlightColor |
Blue
Blue color.
Declaration
public const HighlightColor Blue
Field Value
Type |
---|
HighlightColor |
BrightGreen
Bright green color.
Declaration
public const HighlightColor BrightGreen
Field Value
Type |
---|
HighlightColor |
DarkBlue
Dark blue color.
Declaration
public const HighlightColor DarkBlue
Field Value
Type |
---|
HighlightColor |
DarkRed
Dark red color.
Declaration
public const HighlightColor DarkRed
Field Value
Type |
---|
HighlightColor |
DarkYellow
Dark yellow color.
Declaration
public const HighlightColor DarkYellow
Field Value
Type |
---|
HighlightColor |
Gray25
Shade 25 of gray color.
Declaration
public const HighlightColor Gray25
Field Value
Type |
---|
HighlightColor |
Gray50
Shade 50 of gray color.
Declaration
public const HighlightColor Gray50
Field Value
Type |
---|
HighlightColor |
Green
Green color.
Declaration
public const HighlightColor Green
Field Value
Type |
---|
HighlightColor |
NoColor
No color.
Declaration
public const HighlightColor NoColor
Field Value
Type |
---|
HighlightColor |
Pink
Pink color.
Declaration
public const HighlightColor Pink
Field Value
Type |
---|
HighlightColor |
Red
Red color.
Declaration
public const HighlightColor Red
Field Value
Type |
---|
HighlightColor |
Teal
Teal color.
Declaration
public const HighlightColor Teal
Field Value
Type |
---|
HighlightColor |
Turquoise
Turquoise color.
Declaration
public const HighlightColor Turquoise
Field Value
Type |
---|
HighlightColor |
Violet
Violet color.
Declaration
public const HighlightColor Violet
Field Value
Type |
---|
HighlightColor |
Yellow
Yellow color.
Declaration
public const HighlightColor Yellow
Field Value
Type |
---|
HighlightColor |