Skip to main content

TableCell.RightPadding Property

Gets or sets the amount of space to the right 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 RightPadding { 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