TextProperties.Spacing Property
Gets or sets the spacing (in twips) between characters.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Single> | Character spacing from -31680 to 31680 (in twips) or null (Nothing in Visual Basic) for a mixture of values. A positive number specifies expanded character spacing, a negative value specifies condensed spacing. |
See Also