2 references to ValueProperty
Microsoft.Maui.Controls (2)
Stepper\Stepper.cs (2)
100
get => (double)GetValue(
ValueProperty
);
101
set => SetValue(
ValueProperty
, value);