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>