EndDrag(Double, Boolean) Method

Definition

Assembly MediaPlayer.Controls.dll

Ends drag and optionally commits the final slider value immediately.

public bool EndDrag(double seconds, bool commitFinalSeek)

Parameters

seconds
Double

Final slider value in seconds.

commitFinalSeek
Boolean

When true, commits the final seek value without debounce.

Returns

Boolean
true when final seek was dispatched.