ImageGear .NET v24.12 - Updated
Value Property (IImGearAspectRatio)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearAspectRatio Interface : Value Property
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

Reference

IImGearAspectRatio Interface
IImGearAspectRatio Members
Fixed Property