ImageGear for .NET
Bottom Property (IImGearRectangle)




Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Property Bottom As Integer
'Usage
 
Dim instance As IImGearRectangle
Dim value As Integer
 
instance.Bottom = value
 
value = instance.Bottom
int Bottom {get; set;}
__property int get_Bottom();
__property void set_Bottom( 
   int value
);
property int Bottom {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

IImGearRectangle Interface
IImGearRectangle Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback