| NumericStepperMaximumDecimalPlaces Property  | 
 
            Gets or sets the maximum number of decimal places that can be shown.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic int MaximumDecimalPlaces { get; set; }Public Property MaximumDecimalPlaces As Integer
	Get
	Set
member MaximumDecimalPlaces : int with get, set
Property Value
Type: 
Int32The maximum number of decimal places that will be shown.
 Remarks
Remarks
            Specifies how many fraction digits can be shown if required to display the specified 
Value.
            The number of digits shown will be at least the number of digits specified by 
DecimalPlaces.
            The 
Value and the display is rounded to the number of fraction digits specified by this value.
            
DecimalPlaces for an example of how the MaximumDecimalPlaces can be used.
            
            Note that this does not apply if you have specified 
FormatString.
            
 See Also
See AlsoReference
NumericStepperMaximumDecimalPlaces