You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Just like image control In WPF. it can fill set Stretch property stretched to fill the destination rectangle.
I do not want display black background in the control.
The text was updated successfully, but these errors were encountered:
As of 3.0.0-develop250, the WPF control has been rewritten.
The behavior of the component is to "contain" the video in a ViewBox, so that the image is not stretched.
If you want to stretch, you can probably use an Image control, create manually a VideoSourceProvider and use its VideoSource in you Image control. Then, stretch the image as you need.
Just like image control In WPF. it can fill set Stretch property stretched to fill the destination rectangle.
I do not want display black background in the control.
The text was updated successfully, but these errors were encountered: