Click or drag to resize

NumericStepperIHandlerMaximumDecimalPlaces 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
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.
See Also

Reference

NumericStepperIHandlerMaximumDecimalPlaces