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
Post a Comment