'Declaration
Public Property UseDecimalDigit As Boolean
'Usage
Dim instance As PopUpCalculator Dim value As Boolean instance.UseDecimalDigit = value value = instance.UseDecimalDigit
public bool UseDecimalDigit {get; set;}
Property Value
The bool value, true if use the decimal digit, otherwise false.The default is false.