NumericStepper Class |
Namespace: Eto.Forms
The NumericStepper type exposes the following members.
Name | Description | |
---|---|---|
![]() | NumericStepper | Initializes a new instance of the NumericStepper class |
Name | Description | |
---|---|---|
![]() | CultureInfo |
Specifies the culture to show the numeric value in (default is CurrentCulture).
|
![]() ![]() | DecimalPlaces |
Gets or sets the number of digits to display after the decimal.
|
![]() | FormatString |
Gets or sets the format string for the display of the numeric value.
|
![]() | Increment |
Gets or sets the value to increment when the user clicks on the stepper buttons.
|
![]() | MaximumDecimalPlaces |
Gets or sets the maximum number of decimal places that can be shown.
|
![]() | MaxValue |
Gets or sets the maximum value that can be entered.
|
![]() | MinValue |
Gets or sets the minimum value that can be entered.
|
![]() | ReadOnly |
Gets or sets a value indicating whether this NumericStepper is read only.
|
![]() | TextColor |
Gets or sets the color of the text.
|
![]() | Value |
Gets or sets the value.
|
![]() | ValueBinding |
Gets the binding for the Value property.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | OnValueChanged |
Raises the ValueChanged event.
|
Name | Description | |
---|---|---|
![]() | ValueChanged |
Occurs when the Value changed.
|