Back to Devexpress

TableCellPropertiesBase.CellBottomPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-51324a60.md

latest1.6 KB
Original Source

TableCellPropertiesBase.CellBottomPadding Property

Gets or sets the TableCell.BottomPadding property of a table cell.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float? CellBottomPadding { get; set; }
vb
Property CellBottomPadding As Single?

Property Value

TypeDescription
Nullable<Single>

A Single value or null if the padding is not set or is not the same for the specified cells.

|

See Also

BottomPadding

TableCellPropertiesBase Interface

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace