Back to Devexpress

LayoutPageBorders Class

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

latest2.0 KB
Original Source

LayoutPageBorders Class

Layout element that relates to the page borders.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutPageBorders :
    LayoutElementBase
vb
Public Class LayoutPageBorders
    Inherits LayoutElementBase

The following members return LayoutPageBorders objects:

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutPageBorders element.

Implements

LayoutElement

Inheritance

Object LayoutElementBase LayoutPageBorders

See Also

LayoutPageBorders Members

DevExpress.XtraRichEdit.API.Layout Namespace