ReadOnlySectionsProperties.Margins Property
In This Article
Gets access to the page margins specified for the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ReadOnlySectionMargins Margins { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
#Remarks
Page margins accessed through the Margins property cannot be modified - they are read-only.
See Also