Reputation: 1372
I want to Binding MediaElment's Position to a Slider.But I know Position
is not a DependencyProperty.I have searched some answers(Binding MediaElement to slider position in WPF) It use DispatcherTimer. Is there another answer? If I want to use Binding. How can I do.
Upvotes: 1
Views: 609
Reputation: 26
Look this,msdn has provide a solution.
http://msdn.microsoft.com/en-us/library/ms748248.aspx
Upvotes: 1