Back to Devexpress

LayoutFloatingObject.GetDocumentShape() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-layoutfloatingobject-fff793a1.md

latest1.4 KB
Original Source

LayoutFloatingObject.GetDocumentShape() Method

Returns a Shape object that relates to the current LayoutFloatingObject element.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public Shape GetDocumentShape()
vb
Public Function GetDocumentShape As Shape

Returns

TypeDescription
Shape

A Shape object in the logical document model.

|

See Also

LayoutFloatingObject Class

LayoutFloatingObject Members

DevExpress.XtraRichEdit.API.Layout Namespace