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.
我正在创建一个利用 Windows 8、C# 和 XAML 中的 Bing 地图的应用程序。我目前已经创建了一个 MapPolygon,我希望填充颜色为 LinearGradientBrush 或任何类型的渐变颜色。关于如何做到这一点的任何想法?
在此先感谢,杰克
我不相信你想要做的事情是可能的。该属性是FillColor,它的类型是Color。颜色不能像画笔那样是渐变的。它必须是一种颜色。