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