Implemented interface member:
property
Value
Microsoft.Maui.IRange.Value
3 writes to Value
Microsoft.Maui.Controls (3)
Stepper\Stepper.cs (3)
17
stepper.
Value
= stepper.Value.Clamp(stepper.Minimum, (double)value);
27
stepper.
Value
= stepper.Value.Clamp((double)value, stepper.Maximum);
73
Value
= val.Clamp(min, max);
4 references to Value
Microsoft.Maui.Controls (4)
Stepper\Stepper.cs (4)
17
stepper.Value = stepper.
Value
.Clamp(stepper.Minimum, (double)value);
27
stepper.Value = stepper.
Value
.Clamp((double)value, stepper.Maximum);
31
/// <summary>Bindable property for <see cref="
Value
"/>.</summary>
32
public static readonly BindableProperty ValueProperty = BindableProperty.Create(nameof(
Value
), typeof(double), typeof(Stepper), 0.0, BindingMode.TwoWay,