'Declaration Public Property MinDigits As Integer
'Usage Dim instance As NumberDecimalPartDisplayField Dim value As Integer instance.MinDigits = value value = instance.MinDigits
public int MinDigits {get; set;}
'Declaration Public Property MinDigits As Integer
'Usage Dim instance As NumberDecimalPartDisplayField Dim value As Integer instance.MinDigits = value value = instance.MinDigits
public int MinDigits {get; set;}
Exception | Description |
---|---|
System.ArgumentException | The assigned value is less than 0 or greater than MaxDigits. |