Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SyntaxHighlightProperties.Underline Property

Gets or sets the type of underline applied to the character(s).

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public UnderlineType? Underline { get; set; }

Property Value

Type Description
Nullable<UnderlineType>

An UnderlineType enumeration value or null, for a mixture of underline types.

See Also