ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearAspectRatio Interface / Value Property




In This Topic
    Value Property (IImGearAspectRatio)
    In This Topic
    Gets or sets image's display aspect ratio (i.e., width-to-height ratio).
    Syntax
    'Declaration
     
    Property Value As Double
    'Usage
     
    Dim instance As IImGearAspectRatio
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    double Value {get; set;}
    __property double get_Value();
    __property void set_Value( 
       double value
    );
    property double Value {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    When Fixed is set to true, specifies image aspect ratio. Otherwise, it is ignored.
    See Also