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