ImageGear .NET v24.12 - Updated
CharSpacing Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : CharSpacing Property
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

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members