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