1 write to digits
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
49
propertyChanged: (b, o, n) => { ((Stepper)b).
digits
= (int)(-Math.Log10((double)n) + 4).Clamp(1, 15); });
1 reference to digits
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
36
return Math.Round(((double)value), stepper.
digits
).Clamp(stepper.Minimum, stepper.Maximum);