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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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