1 implementation of ISliderController
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
11
public partial class Slider : View,
ISliderController
, IElementConfiguration<Slider>, ISlider
4 references to ISliderController
Microsoft.Maui.Controls (4)
Slider\Slider.cs (4)
152
void
ISliderController
.SendDragStarted()
161
void
ISliderController
.SendDragCompleted()
180
(this as
ISliderController
).SendDragCompleted();
185
(this as
ISliderController
).SendDragStarted();