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