Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
Syntax
public int Bottom {get; set;}
public: __property int get_Bottom();
public: __property void set_Bottom(
int value
);
public:
property int Bottom {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also