Skip to main content
Box

HiddenTextUnderlineBox Class

Layout element that relates to the visualization of the hidden text in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

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

See Also