Skip to main content
Box

Borders.Bottom Property

Provides access to an object that specifies the bottom border of a table cell.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

public LayoutBorder Bottom { get; }

Property Value

Type Description
LayoutBorder

A LayoutBorder object that specifies characteristics of the table border.

See Also