ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkScaleEventArgs Class / ScaleY Property




In This Topic
    ScaleY Property (ImGearARTMarkScaleEventArgs)
    In This Topic
    Gets the vertical scaling factor.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaleY As Double
    'Usage
     
    Dim instance As ImGearARTMarkScaleEventArgs
    Dim value As Double
     
    value = instance.ScaleY
    public double ScaleY {get;}
    public: __property double get_ScaleY();
    public:
    property double ScaleY {
       double get();
    }

    Property Value

    Double value.
    See Also