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.
在本文中,滚动条焕然一新。样式中有一条线似乎将三角形放在滚动按钮中。虽然我不知道怎么读。
Content="M 0 0 L 4 4 L 8 0 Z"/>
这在控件的上下文中意味着什么?
这只是Path Data的几何形状。如果您想复制它,只需执行类似的操作<Path Data="YourPath"/>
<Path Data="YourPath"/>
希望这可以帮助。