public int Amount {get; set;}
public: __property int get_Amount(); public: __property void set_Amount( int value );
public: property int Amount { int get(); void set ( int value); }
'Declaration Public Property Amount As Integer
'Usage Dim instance As SmoothObjectsOptions Dim value As Integer instance.Amount = value value = instance.Amount
The default value is 3.
Valid values are 1 to 1000.
SmoothObjectsOptions Class SmoothObjectsOptions Members