Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
public IntPtr Bottom {get; set;}
public: __property IntPtr get_Bottom();
public: __property void set_Bottom(
IntPtr value
);
'Declaration
Public Property Bottom As IntPtr
'Usage
Dim instance As ImGearRect
Dim value As IntPtr
instance.Bottom = value
value = instance.Bottom
Property Value
Any integer value.
See Also