ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorTextObject Class / CharSpacing Property




In This Topic
    CharSpacing Property
    In This Topic
    Gets or sets a char spacing of the text object. Normal char spacing is 1.
    Syntax
    'Declaration
     
    Public Property CharSpacing As Single
    'Usage
     
    Dim instance As ImGearVectorTextObject
    Dim value As Single
     
    instance.CharSpacing = value
     
    value = instance.CharSpacing
    public float CharSpacing {get; set;}
    public: __property float get_CharSpacing();
    public: __property void set_CharSpacing( 
       float value
    );
    public:
    property float CharSpacing {
       float get();
       void set (    float value);
    }

    Property Value

    Any value.
    Remarks
    The default value is 1.
    See Also