Click or drag to resize

NumericStepperIHandler Interface

Handler interface for the NumericStepper control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonControlIHandler, 
	ControlIHandler, WidgetIHandler

The NumericStepperIHandler type exposes the following members.

Properties
  NameDescription
Public propertyCultureInfo
Specifies the culture to show the numeric value in (default is CurrentCulture).
Public propertyDecimalPlaces
Gets or sets the number of digits to display after the decimal.
Public propertyFormatString
Gets or sets the format string for the display of the numeric value.
Public propertyIncrement
Gets or sets the value to increment when the user clicks on the stepper buttons.
Public propertyMaximumDecimalPlaces
Gets or sets the maximum number of decimal places that can be shown.
Public propertyMaxValue
Gets or sets the maximum value that can be entered.
Public propertyMinValue
Gets or sets the minimum value that can be entered.
Public propertyReadOnly
Gets or sets a value indicating whether this NumericStepper is read only.
Public propertyTextColor
Gets or sets the color of the text.
Public propertyValue
Gets or sets the value.
Top
See Also