Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以椭圆形显示视频。
我该怎么做?
我可以在上面使用 Clip 属性吗?如果是这样,怎么做?
<MediaElement Source="YourMediaElement"> <MediaElement.Clip> <EllipseGeometry Center="150,150" RadiusX="50" RadiusY="50"/> </MediaElement.Clip> </MediaElement>