Controls/Stepper: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Stepper | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/stepper | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Discrete numeric stepper. | props= <tr><td>Value</td><td>?</td><td></td><td>Current value</td></tr> <tr><td>Minimum</td><td>?</td><td></td><td>Lower bound</td></tr> <tr><td>Maximum</td><td>?</td><td></td><td>Upper bound</td></tr> <tr><td>Increment</td><td>?</td><td></td><td>Step..." |
(No difference)
|
Latest revision as of 16:15, 17 October 2025
Stepper
- Kind
- Control
- Microsoft Docs
- Stepper documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Discrete numeric stepper.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Value | ? | Current value | |
| Minimum | ? | Lower bound | |
| Maximum | ? | Upper bound | |
| Increment | ? | Step size |