Back to Devexpress

CharacterPropertiesBase.HighlightColor Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-8b540da0.md

latest1.6 KB
Original Source

CharacterPropertiesBase.HighlightColor Property

Gets or sets the text’s highlight color.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Color? HighlightColor { get; set; }
vb
Property HighlightColor As Color?

Property Value

TypeDescription
Nullable<Color>

A Color value representing the foreground color, or null for a mixture of values.

|

Remarks

Important

The semi-transparent alpha component (i.e. the Color’s alpha parameter set to value less than 255) is reset to opaque (255) during export to all formats except PDF.

See Also

CharacterPropertiesBase Interface

CharacterPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace