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.
IconButton 皮肤中有一个数组常量excludes。只需将 BitmapImage 的 id 添加到此数组即可导致 BitmapImage 被 SparkSkin 类排除在着色之外:
static private const exclusions:Array = ["labelDisplay","icon"];
它现在正确显示。