1 write to Increment
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
74
Increment
= increment;
5 references to Increment
Microsoft.Maui.Controls (4)
Stepper\Stepper.cs (3)
49
/// <summary>Bindable property for <see cref="
Increment
"/>.</summary>
50
public static readonly BindableProperty IncrementProperty = BindableProperty.Create(nameof(
Increment
), typeof(double), typeof(Stepper), 1.0,
111
double IStepper.Interval =>
Increment
;
Stepper\Stepper.Mapper.cs (1)
8
StepperHandler.Mapper.AppendToMapping(nameof(Stepper.
Increment
), MapInterval);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\StepperRenderer.cs (1)
80
Control.StepValue = Element.
Increment
;