Skip to main content
Box

LayoutFloatingObject Class

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

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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