'Declaration
Public Property DecimalDigit As Integer
'Usage
Dim instance As PopUpCalculatorInfo Dim value As Integer instance.DecimalDigit = value value = instance.DecimalDigit
public int DecimalDigit {get; set;}
Property Value
The System.Int32 value that indicates the number of digits of the decimal part.The default is 2.