Skip to main content
All docs
V25.2
  • 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

    public float? Spacing { get; set; }

    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