'DeclarationPublic Property top As System.Integer
'UsageDim 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