ReadOnlySectionPageBorders.OffsetFrom Property
Gets whether page border offset is measured from text or page edges.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PageBorderOffsetFrom | A PageBorderOffsetFrom enumeration value. |
Available values:
| Name | Description |
|---|---|
| Text | The page border offset is measured from text. |
| Page | The page border offset is measured from page edges. |
See Also