Back to Devexpress

UnderlineBox Class

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

latest2.1 KB
Original Source

UnderlineBox Class

Layout element that relates to the underlined text.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class UnderlineBox :
    RangedLayoutElementBase
vb
Public Class UnderlineBox
    Inherits RangedLayoutElementBase

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase UnderlineBox StrikeoutBox

See Also

UnderlineBox Members

Underline

DevExpress.XtraRichEdit.API.Layout Namespace