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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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