Skip to main content
A newer version of this page is available. .
Box

LayoutFrame Class

Represents a frame object in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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