Hi Guys,
I am Creating one MediaElement in WPF runtime and Saving it as XAML file. Now when I run this saved xaml I got this error message
Can not perform this operation while a clock is assigned to the media player.
After googling I found that due to SpeedRatio property in MediaElement this error comes.
So how can I remove this property at the time of saving XAML?