Rang
Rang

Reputation: 1372

Binding MediaElment's position to a Slider

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

Answers (1)

user3614594
user3614594

Reputation: 26

Look this,msdn has provide a solution.

http://msdn.microsoft.com/en-us/library/ms748248.aspx

Upvotes: 1

Related Questions