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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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