Back to Devexpress

TablePropertiesBase.BottomPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablepropertiesbase-dfe3833c.md

latest1.4 KB
Original Source

TablePropertiesBase.BottomPadding Property

Gets or sets the Table.BottomPadding table property.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Nullable<Single>

A Single value or null if not set.

|

See Also

BottomPadding

TablePropertiesBase Interface

TablePropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace