Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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