Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / PercentDecimalDigits Property


In This Topic
PercentDecimalDigits Property (RegionalSettings)
In This Topic
Gets or sets the number of digits in the decimal portion of a percent value.
Syntax
'Declaration
 
Public Property PercentDecimalDigits As Integer
 
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.PercentDecimalDigits = value
 
value = instance.PercentDecimalDigits
See Also