Skip to main content

ReadOnlyTableCellBorderProperties.BottomPadding Property

Gets the amount of space below the contents of the cell related to a current table cell border.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public float? BottomPadding { get; }

Property Value

Type Description
Nullable<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