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




In This Topic
    FontWidth Property
    In This Topic
    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