Skip to main content
All docs
V25.1
  • ReadOnlyParagraphBorder.Offset Property

    Gets the distance between the border and paragraph text.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.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