PrintLayoutViewLayoutOptions.MatchHorizontalTableIndentsToTextEdge Property
OBSOLETE
Use the 'Document.CompatibilitySettings.CompatibilityMode' property instead
Gets or sets how to apply horizontal table indents.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[Obsolete("Use the 'Document.CompatibilitySettings.CompatibilityMode' property instead", false)]
public bool MatchHorizontalTableIndentsToTextEdge { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the table’s left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MatchHorizontalTableIndentsToTextEdge |
---|---|
RichEditLayoutOptions |
|
Remarks
MatchHorizontalTableIndentsToTextEdge = true | MatchHorizontalTableIndentsToTextEdge = false |
---|---|
See Also