LayoutFloatingObject Class
Base class for layout element that relates to the floating object.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
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
Inheritance
See Also