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