'DeclarationPublic Property DecimalDigit As Integer
'UsageDim instance As PopUpCalculator Dim value As Integer instance.DecimalDigit = value value = instance.DecimalDigit
public int DecimalDigit {get; set;}
Property Value
The System.Int32 value indicates the digit of decimal part.The default is 2.