Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableCellBorders.Top Property

Provides access to an object specifying line properties associated with the top border of a cell.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TableCellBorder Top { get; }

Property Value

Type Description
TableCellBorder

A TableCellBorder object that specifies characteristics of the cell border.

See Also