Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Bottom Property


In This Topic
Bottom Property (Rect)
In This Topic
Gets the y-coordinate that is the sum of Top and Height property values of this Rect structure.
Syntax
'Declaration
 
Public Property Bottom As Integer
 
'Usage
 
Dim instance As Rect
Dim value As Integer
 
instance.Bottom = value
 
value = instance.Bottom

Property Value

The y-coordinate that is the sum of Top and Height of this Rect.
See Also