Back to Devexpress

HiddenTextUnderlineBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-a310dd5b.md

latest1.7 KB
Original Source

HiddenTextUnderlineBox Class

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

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class HiddenTextUnderlineBox :
    RangedLayoutElementBase
vb
Public Class HiddenTextUnderlineBox
    Inherits 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.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase HiddenTextUnderlineBox

See Also

HiddenTextUnderlineBox Members

DevExpress.XtraRichEdit.API.Layout Namespace