Skip to main content
Box

HighlightAreaBox.Color Property

Gets the color of the highlight applied to the layout element.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public Color Color { get; }

Property Value

Type Description
Color

A System.Drawing.Color object that is the highlight color.

See Also