public int Top { get; set; }
Public Property Top As Integer Get Set
public: property int Top { int get (); void set (int value); }