ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / CharacterSpacing Property

In This Topic
    CharacterSpacing Property (RText)
    In This Topic
    Determines the distance beetween two characters in the string. Applied only when UseCharacterSpacing is true.
    Syntax
    'Declaration
     
    Public Property CharacterSpacing As Single
    public float CharacterSpacing {get; set;}
    See Also