Document.AlignBordersAndEdges Property
Specifies whether to align paragraph borders and table edges with page borders.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The table below compares the alignment of the table edges and page borders with AlignBordersAndEdges
set to false
and true
:
AlignBordersAndEdges = false (Default) | AlignBordersAndEdges = true |
---|---|
See Also