HiddenTextUnderlineBox Class
In This Article
Layout element that relates to the visualization of the hidden text in the document.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class HiddenTextUnderlineBox :
RangedLayoutElementBase
#Remarks
When the option to show hidden text (FormattingMarkVisibilityOptions.HiddenText) is turned on, such text is displayed with a small dotted underline. The HiddenTextUnderlineBox class relates to that underline.
#Inheritance
Object
LayoutElementBase
RangedLayoutElementBase
HiddenTextUnderlineBox
See Also