Skip to main content
All docs
V24.2

ParagraphBorder.Offset Property

Gets or sets 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; set; }

Property Value

Type Description
Single

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

See Also