Skip to main content
Box

Borders Struct

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

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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