2 references to MaximumProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
130
get { return (double)GetValue(
MaximumProperty
); }
131
set { SetValue(
MaximumProperty
, value); }