RevisionColor Enum
Lists values used to indicate the color for revision markup.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v21.2.Core.dll
Declaration
Members
Name | Description |
---|---|
ByAuthor
|
The color that corresponds to the current author. |
Black
|
Black (#FF000000) |
Blue
|
Blue (#2E97D3) |
Turquoise
|
Turquoise (#FF40E0D0)’ |
BrightGreen
|
Bright Green (#84A35B) |
Pink
|
Pink (#FFFFC0CB) |
Red
|
Red (#B5082E) |
Yellow
|
Yellow (#FFFFFF00) |
White
|
White (#FFFFFFFF) |
DarkBlue
|
Dark Blue (#FF00008B) |
Teal
|
Teal (#FF008080) |
Green
|
Green (#FF556B2F) |
Violet
|
Violet (#FFEE82EE) |
DarkRed
|
Dark Red (#FF8B0000) |
DarkYellow
|
Dark Yellow (#E09A2B) |
Gray50
|
Gray (#50565E) |
Gray25
|
Gray (#A0A3A9) |
ClassicRed
|
Red (#84A35B) |
ClassicBlue
|
Blue (#FF0000FF) |
Related API Members
The following properties accept/return RevisionColor values:
Remarks
The following properties use values listed by the RevisionColor enumeration:
WinForms:
- TrackChangesOptions.InsertionColor;
- TrackChangesOptions.DeletionColor;
- TrackChangesOptions.MovedToColor;
- TrackChangesOptions.MovedFromColor;
- TrackChangesOptions.FormattingColor.
WPF:
- DXRichEditTrackChangesOptions.InsertionColor;
- DXRichEditTrackChangesOptions.DeletionColor;
- DXRichEditTrackChangesOptions.MovedToColor;
- DXRichEditTrackChangesOptions.MovedFromColor;
- DXRichEditTrackChangesOptions.FormattingColor.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RevisionColor enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.