ReadOnlyTextPropertiesBase.Spacing Property
Gets the spacing (in points) between characters.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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