ReadOnlySectionPageBorders.OffsetFrom Property
In This Article
Gets whether page border offset is measured from text or page edges.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
PageBorderOffsetFrom OffsetFrom { get; }
#Property Value
Type | Description |
---|---|
Page |
A Page |
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