Back to Devexpress

Table.Indent Property

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

latest1.4 KB
Original Source

Table.Indent Property

Gets or sets the amount of indentation for a table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Single

A Single value specifying the amount of space to indent a table in measurement units that are currently in effect.

|

Remarks

The Indent property is ignored if the Table.TextWrappingType property is set to TableTextWrappingType.Around.

See Also

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace