LayoutFrame Class
Represents a frame object in the document.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.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.
Inheritance
See Also