Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlySectionsProperties.Margins Property

Gets access to the page margins specified for the current section.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

ReadOnlySectionMargins Margins { get; }

Property Value

Type Description
ReadOnlySectionMargins

A ReadOnlySectionMargins object that provides access to the page margins.

Remarks

Page margins accessed through the Margins property cannot be modified - they are read-only.

See Also