2 references to MaximumProperty
Microsoft.Maui.Controls (2)
Stepper\Stepper.cs (2)
88
get => (double)GetValue(
MaximumProperty
);
89
set => SetValue(
MaximumProperty
, value);