SpinIncrementValue Property (GcNumber)
In This Topic
Gets or sets the allow spin increment value indicating spin value.
Syntax
'Declaration
<TypeConverterAttribute(System.ComponentModel.DecimalConverter)>
Public Property SpinIncrementValue As Decimal
'Usage
Dim instance As GcNumber
Dim value As Decimal
instance.SpinIncrementValue = value
value = instance.SpinIncrementValue
[TypeConverter(System.ComponentModel.DecimalConverter)]
public decimal SpinIncrementValue {get; set;}
Property Value
A
decimal value. The default value is 0.
See Also