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

Section.Margins Property

Provides access to an object used to specify or retrieve the section’s margin settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

SectionMargins Margins { get; }

Property Value

Type Description
SectionMargins

An object exposing the SectionMargins interface used to control the section’s margin settings.

See Also