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