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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public Color Color { get; }

Property Value

Type Description
Color

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

See Also