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