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

Borders Struct

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

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public struct Borders

The following members return Borders objects:

Remarks

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

See Also