Back to Devexpress

Box Class

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

latest2.2 KB
Original Source

Box Class

Base class for inline layout elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract class Box :
    RangedLayoutElementBase
vb
Public MustInherit Class Box
    Inherits RangedLayoutElementBase

Implements

RangedLayoutElement

LayoutElement

Inheritance

Show 14 items

Object LayoutElementBase RangedLayoutElementBase Box CharacterBox

CheckBox

DeletedTextMarkBox

FloatingObjectAnchorBox

InlineDrawingObjectBox

InlinePictureBox

NoteContinuationSeparatorBox

NoteSeparatorBox

PlainTextBox

ZeroWidthSpaceBox

See Also

Box Members

DevExpress.XtraRichEdit.API.Layout Namespace