Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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