Skip to main content
A newer version of this page is available. .
Box

LayoutFloatingObject Class

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

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public abstract class LayoutFloatingObject :
    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

See Also