SyntaxHighlightProperties.UnderlineColor Property
Gets or sets the color of the underline for the specified characters.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Color> | A Color value or null, for a mixture of underline colors. |
See Also