Skip to main content

TablePropertiesBase.LeftPadding Property

Gets or sets the Table.LeftPadding table property.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

float? LeftPadding { get; set; }

Property Value

Type Description
Nullable<Single>

A Single value or null if not set.

See Also