Skip to main content

TableBorders.Bottom Property

Provides access to an object specifying line properties associated with the bottom borders in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

TableBorder Bottom { get; }

Property Value

Type Description
TableBorder

A TableBorder object that specifies characteristics of the table border.

See Also