Skip to main content
A newer version of this page is available. .

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

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