Skip to main content
A newer version of this page is available. .
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.v18.2.Core.dll

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