NumericStepperIHandlerDecimalPlaces Property  | 
 
            Gets or sets the number of digits to display after the decimal.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxint DecimalPlaces { get; set; }Property DecimalPlaces As Integer
	Get
	Set
abstract DecimalPlaces : int with get, set
Property Value
Type: 
Int32
Remarks
            The NumericStepper control will at least show the number of fraction digits as specified by this value, padded
            by zeros. 
            The 
MaximumDecimalPlaces specifies the maximum number of fraction digits the control will display
            if the value has a value that can be represented by more digits.
            The 
Value property is rounded to the number of fraction digits specified by 
MaximumDecimalPlaces.
            
See Also