Back to Devexpress

Borders Struct

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-26eb2d62.md

latest1.6 KB
Original Source

Borders Struct

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

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public struct Borders
vb
Public Structure 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

Borders Members

DevExpress.XtraRichEdit.API.Layout Namespace