Back to Devexpress

TablePropertiesBase.LeftPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablepropertiesbase-81d07690.md

latest1.4 KB
Original Source

TablePropertiesBase.LeftPadding Property

Gets or sets the Table.LeftPadding table property.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Nullable<Single>

A Single value or null if not set.

|

See Also

LeftPadding

TablePropertiesBase Interface

TablePropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace