ImageGear .NET - Updated
Top Property (IImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDoubleRectangle Interface : Top Property
Gets or sets the y-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Property Top As Double
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim value As Double
 
instance.Top = value
 
value = instance.Top
double Top {get; set;}
__property double get_Top();
__property void set_Top( 
   double value
);
property double Top {
   double get();
   void set (    double value);
}

Property Value

Any double precision number.
See Also

Reference

IImGearDoubleRectangle Interface
IImGearDoubleRectangle Members