ImageGear .NET - Updated
HeightFactor Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADSingleLineText Class : HeightFactor Property
Heigth factor to scale text width and height.
Syntax
'Declaration
 
Public Property HeightFactor As Double
'Usage
 
Dim instance As CADSingleLineText
Dim value As Double
 
instance.HeightFactor = value
 
value = instance.HeightFactor
public double HeightFactor {get; set;}
public: __property double get_HeightFactor();
public: __property void set_HeightFactor( 
   double value
);
public:
property double HeightFactor {
   double get();
   void set (    double value);
}
See Also

Reference

CADSingleLineText Class
CADSingleLineText Members