Skip to main content
A newer version of this page is available. .

DXRichEditCommentOptions.Color Property

Gets or sets the background color of the comment balloon and the text to which a comment is applied. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure specifying the highlight color.

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
DXRichEditAnnotationOptions
.CommentsOptions .Color
RichEditControl
.CommentOptions .Color

Remarks

The Color property allows you to set the uniform color for all document comments and reviewers.

If the Color is not specified, comment highlighting colors are retrieved from the predefined color scheme (shown in the picture below), a distinct color for each reviewer.

CommentColors

See Also