Back to Devexpress

Table.RightPadding Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-ac647d47.md

latest1.9 KB
Original Source

Table.RightPadding Property

Gets or sets the space between the right border of a table cell and cell contents for all cells in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float RightPadding { get; set; }
vb
Property RightPadding As Single

Property Value

TypeDescription
Single

A Single value specifying the cell right margin in measurement units that are currently in effect.

|

Remarks

Use the RightPadding property to set the right margin within all cells in a table. Units of measurement are DocumentUnit.Document, by default, and can be changed via the Document.Unit property.

To specify the amount of space between the right border of a cell and its content for an individual cell, use the TableCell.RightPadding property.

See Also

RightPadding

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace