2 references to MinimumProperty
Microsoft.Maui.Controls (2)
Stepper\Stepper.cs (2)
93
get => (double)GetValue(
MinimumProperty
);
94
set => SetValue(
MinimumProperty
, value);