|
  | arrowsType | 
 Gets or sets the arrows type of the control.
 
 | 
  | inputElement | 
 Gets the input element of the control.
 
 | 
  | isInfinitySupported | 
 Gets or sets a value indicating whether the control allows Infinity as a value.
 
 | 
  | isInteger | 
 Gets or sets a value indicating whether the control's value should be an integer.
 
 | 
  | isNaNSupported | 
 Gets or sets a value indicating whether the control allows NaN as a value.
 
 | 
  | isPercent | 
 Gets or sets a value indicating whether the control's value should be treated as a percentage.
 
 | 
  | isReadOnly | 
 Gets or sets a value indicating whether the control is read-only.
 
 | 
  | isUserInputTimeout | 
 Gets or sets a value indicating whether the input will have a delay on user input.
 
 | 
  | maxValue | 
 Gets or sets the maximum value allowed in the control.
 
 | 
  | minValue | 
 Gets or sets the minimum value allowed in the control.
 
 | 
  | precision | 
 Gets or sets the number of decimal places to round the display value. Must be an integer!
 
 | 
  | step | 
 Gets or sets the increment value.
 
 | 
  | symbol | 
 Gets or sets a symbol or unit of measurement to display before or after the number.
 
 | 
  | symbolPlacement | 
 Gets or sets the placement of the symbol relative to the number.
 
 | 
  | value | 
 Gets or sets the value displayed in the control.
 
 |