Table.Indent Property
In This Article
Gets or sets the amount of indentation for a table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
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