Back to Devexpress

Document.AlignBordersAndEdges Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-9d9daa94.md

latest1.6 KB
Original Source

Document.AlignBordersAndEdges Property

Specifies whether to align paragraph borders and table edges with page borders.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool AlignBordersAndEdges { get; set; }
vb
Property AlignBordersAndEdges As Boolean

Property Value

TypeDescription
Boolean

true to align paragraph borders and table edges with page borders; otherwise, false.

|

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

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace