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