Skip to main content

ReadOnlyTextPropertiesBase.Spacing Property

Gets the spacing (in points) between characters.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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