Skip to main content
A newer version of this page is available. .
Box

UnderlineBox Class

Layout element that relates to the underlined text.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class UnderlineBox :
    RangedLayoutElementBase

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the UnderlineBox element.

See Also