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

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

    Property Value

    Type Description
    Single

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

    See Also