Back to Devexpress

InlineDrawingObjectBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-9e4d8de1.md

latest1.6 KB
Original Source

InlineDrawingObjectBox Class

Layout element that relates to the drawing objects.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InlineDrawingObjectBox :
    Box,
    IPieceTableContainer,
    IParagraphFrameContainer
vb
Public Class InlineDrawingObjectBox
    Inherits Box
    Implements IPieceTableContainer,
               IParagraphFrameContainer

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase Box InlineDrawingObjectBox

See Also

InlineDrawingObjectBox Members

DevExpress.XtraRichEdit.API.Layout Namespace