LayoutFloatingObject Class
In This Article
Base class for layout element that relates to the floating object.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public abstract class LayoutFloatingObject :
LayoutElementBase
#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