Skip to main content
All docs
V26.1
  • TextProperties.Spacing Property

    Gets or sets the spacing (in twips) between characters.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    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) when multiple values are present. A positive value specifies expanded character spacing, and a negative value specifies condensed spacing.

    See Also