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