ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImageEmb Class / AspectRatio Property




In This Topic
    AspectRatio Property (ImGearARTImageEmb)
    In This Topic
    Gets or sets the aspect ratio.
    Syntax
    'Declaration
     
    Public Property AspectRatio As Double
    'Usage
     
    Dim instance As ImGearARTImageEmb
    Dim value As Double
     
    instance.AspectRatio = value
     
    value = instance.AspectRatio
    public double AspectRatio {get; set;}
    public: __property double get_AspectRatio();
    public: __property void set_AspectRatio( 
       double value
    );
    public:
    property double AspectRatio {
       double get();
       void set (    double value);
    }

    Property Value

    Any positive double value.
    See Also