'Declaration
Public Property top As System.Integer
'Usage
Dim instance As CiRect Dim value As System.Integer instance.top = value value = instance.top
public System.int top {get; set;}
public read-write property top: System.Integer;
public function get,set top : System.int