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

ReadOnlySectionMargins.HeaderOffset Property

Gets the distance between a header and the top of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

float HeaderOffset { get; }

Property Value

Type Description
Single

A Single value specifying the margin measured in Document.Unit units.

See Also