2 references to ValueProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
144
get { return (double)GetValue(
ValueProperty
); }
145
set { SetValue(
ValueProperty
, value); }