Back to Devexpress

LayoutFrame Class

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

latest1.8 KB
Original Source

LayoutFrame Class

Represents a frame object in the document.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFrame :
    RangedLayoutElementBase,
    IParagraphFrameContainer,
    IPieceTableContainer
vb
Public Class LayoutFrame
    Inherits RangedLayoutElementBase
    Implements IParagraphFrameContainer,
               IPieceTableContainer

Remarks

All the LayoutFrame objects of the current document are contained in the LayoutFrameCollection instance. To access it, use the LayoutPage.Frames property.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutFrame

See Also

LayoutFrame Members

DevExpress.XtraRichEdit.API.Layout Namespace