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

ReadOnlyTextPropertiesBase.UnderlineWordsOnly Property

Gets whether all non-space characters in the current DocumentText object are underlined with a single line.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool UnderlineWordsOnly { get; }

Property Value

Type Description
Boolean

true, if only word characters are underlined; otherwise, false.

Remarks

A single line is drawn below all non-space characters. There is no line below any space character.

See Also