Skip to main content
All docs
V24.2

ReadOnlyParagraphBorder.Offset Property

Gets the distance between the border and paragraph text.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

float Offset { get; }

Property Value

Type Description
Single

The border offset from the text in in current measure units.

See Also