c# - How to change the background color in .NET WPF MediaElement? -


How do I change the background color in a video played by .NET WPF MediaElement? Currently, it is showing gray color and I would like to turn it into white.

You can use it to modify the style property and modify the background color.

The style is inherited from the Framework Element Base Class, see how to use WPF style here:

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -