ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADSingleLineText Class / HeightFactor Property




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