[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rect.Bottom

Bottom Property

Bottom

Gets the y-coordinate that is the sum of Top and Height property values of this Rectangle structure.

Declaration
public int Bottom { get; set; }
Public Property Bottom As Integer
Property Value
Type Description
int

The y-coordinate that is the sum of Top and Height of this Rectangle.