Skip to main content
All docs
V25.1
  • ReadOnlyTextPropertiesBase.Spacing Property

    Gets the spacing (in points) between characters.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    int Spacing { get; }

    Property Value

    Type Description
    Int32

    Character spacing (in points).

    Remarks

    A positive value indicates expanded character spacing, a negative value indicates condensed spacing.

    See Also