Click or drag to resize

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
public int MaximumDecimalPlaces { get; set; }

Property Value

Type: Int32
The maximum number of decimal places that will be shown.
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

Reference

NumericStepperMaximumDecimalPlaces