Back to Devexpress

LayoutFloatingPicture Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-d96cf03f.md

latest1.9 KB
Original Source

LayoutFloatingPicture Class

Layout element that relates to the floating picture in the document.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFloatingPicture :
    LayoutFloatingObject
vb
Public Class LayoutFloatingPicture
    Inherits LayoutFloatingObject

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutFloatingPicture element.

Implements

LayoutElement

Inheritance

Object LayoutElementBase LayoutFloatingObject LayoutFloatingPicture

See Also

LayoutFloatingPicture Members

DevExpress.XtraRichEdit.API.Layout Namespace