1 write to Increment
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
72
Increment
= increment;
4 references to Increment
Microsoft.Maui.Controls (3)
Stepper\Stepper.cs (3)
47
/// <summary>Bindable property for <see cref="
Increment
"/>.</summary>
48
public static readonly BindableProperty IncrementProperty = BindableProperty.Create(nameof(
Increment
), typeof(double), typeof(Stepper), 1.0,
109
double IStepper.Interval =>
Increment
;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\StepperRenderer.cs (1)
80
Control.StepValue = Element.
Increment
;