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

TableCell.BottomPadding Property

Gets or sets the amount of space below the contents of a single cell in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

float BottomPadding { get; set; }

Property Value

Type Description
Single

A Single value that is the distance in units of measurements that are currently in effect for the document (specified by the Document.Unit property).

See Also