Back to Devexpress

StrikeoutBox Class

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

latest2.1 KB
Original Source

StrikeoutBox Class

Layout element that relates to the strikeout text.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase UnderlineBox StrikeoutBox

See Also

StrikeoutBox Members

Strikeout

DevExpress.XtraRichEdit.API.Layout Namespace