Skip to main content
Box

LayoutFrame Class

Represents a frame object in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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