Binding a progressbar to a mediaelement in wpf

后端 未结 5 1568
深忆病人
深忆病人 2020-12-29 13:24

In c#/wpf I added a progressbar and mediaelement to my window. The idea was that progressbar is displaying how much is been played in the mediaelement.

I tried it wi

5条回答
  •  鱼传尺愫
    2020-12-29 13:53

    just have look at this example - instead of progressbar he used slider...

    Attaching Preview behavior to a WPF Slider control

    http://jobijoy.blogspot.com/2009/07/attaching-preview-behavior-to-wpf.html

提交回复
热议问题