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