Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
__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