'Declaration Public Property bottom As Integer
'Declaration
Public Property bottom As Integer
'Usage Dim instance As RECT Dim value As Integer instance.bottom = value value = instance.bottom
'Usage
Dim instance As RECT Dim value As Integer instance.bottom = value value = instance.bottom
public int bottom {get; set;}
RECT Class RECT Members