Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyTextPropertiesBase.Spacing Property

Gets the spacing (in points) between characters.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.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