Skip to main content
Box

Borders Struct

A structure that combines characteristics of borders for the layout page, table or cell.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public struct Borders

The following members return Borders objects:

Remarks

The Borders struct is used as the LayoutTable.Borders, LayoutTableCell.Borders, and LayoutPageBorders.Borders property values.

See Also