DecimalDigit Property (PopUpCalculator)
Gets or sets the decimal digit.
public int DecimalDigit {get; set;}
'Declaration
Public Property DecimalDigit As Integer
'Usage
Dim instance As PopUpCalculator
Dim value As Integer
instance.DecimalDigit = value
value = instance.DecimalDigit
Property Value
The
System.Int32 value indicates the digit of decimal part.
The default is 2.