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