Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
Box

LayoutFloatingObject Class

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

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public abstract class LayoutFloatingObject :
    LayoutElementBase

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