Back to Devexpress

TableCellPropertiesBase.CellTopPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-b574f374.md

latest1.5 KB
Original Source

TableCellPropertiesBase.CellTopPadding Property

Gets or sets the TableCell.TopPadding 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? CellTopPadding { get; set; }
vb
Property CellTopPadding 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

TopPadding

TableCellPropertiesBase Interface

TableCellPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace