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




In This Topic
    FontHeight Property
    In This Topic
    Gets or sets a font height of the text object.
    Syntax
    'Declaration
     
    Public Property FontHeight As Single
    'Usage
     
    Dim instance As ImGearVectorTextObject
    Dim value As Single
     
    instance.FontHeight = value
     
    value = instance.FontHeight
    public float FontHeight {get; set;}
    public: __property float get_FontHeight();
    public: __property void set_FontHeight( 
       float value
    );
    public:
    property float FontHeight {
       float get();
       void set (    float value);
    }

    Property Value

    Any positive value.
    See Also