ImageGear .NET v24.12 - Updated
FontHeight Property




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

Reference

ImGearVectorTextObject Class
ImGearVectorTextObject Members