Skip to main content

TableCell.LeftPadding Property

Gets or sets the amount of space to the left of the contents of a single cell in a table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

float LeftPadding { get; set; }

Property Value

Type Description
Single

A Single value that is the distance in units of measurements that are currently in effect for the document (specified by the Document.Unit property).

See Also