ImageGear .NET v24.12 - Updated
FontWidth Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorTextObject Class : FontWidth Property
Gets or sets a font width of the text object.
Syntax
'Declaration
 
Public Property FontWidth As Single
'Usage
 
Dim instance As ImGearVectorTextObject
Dim value As Single
 
instance.FontWidth = value
 
value = instance.FontWidth
public float FontWidth {get; set;}
public: __property float get_FontWidth();
public: __property void set_FontWidth( 
   float value
);
public:
property float FontWidth {
   float get();
   void set (    float value);
}

Property Value

Any positive value.
See Also

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members