Bottom Property (ImGearDoubleRectangle)
In This Topic
Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
Public Property Bottom As Double
'Usage
Dim instance As ImGearDoubleRectangle
Dim value As Double
instance.Bottom = value
value = instance.Bottom
public double Bottom {get; set;}
public: __property double get_Bottom();
public: __property void set_Bottom(
double value
);
public:
property double Bottom {
double get();
void set ( double value);
}
Property Value
Any double precision number.
See Also