'Declaration
Public Property SmallChange As System.Double
'Usage
Dim instance As Spinner Dim value As System.Double instance.SmallChange = value value = instance.SmallChange
public System.double SmallChange {get; set;}
public read-write property SmallChange: System.Double;
public function get,set SmallChange : System.double