Back to Devexpress

LayoutFloatingObject Class

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

latest2.4 KB
Original Source

LayoutFloatingObject Class

Base class for layout element that relates to the floating object.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract class LayoutFloatingObject :
    LayoutElementBase
vb
Public MustInherit Class LayoutFloatingObject
    Inherits LayoutElementBase

The following members return LayoutFloatingObject objects:

Remarks

A floating object in the logical document is represented by the Shape class.

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

Implements

LayoutElement

Inheritance

Object LayoutElementBase LayoutFloatingObject LayoutFloatingPicture

LayoutTextBox

See Also

LayoutFloatingObject Members

DevExpress.XtraRichEdit.API.Layout Namespace