Skip to main content
Box

LayoutFrame Class

Represents a frame object in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class LayoutFrame :
    RangedLayoutElementBase,
    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.

See Also