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.
在 WPF 中是否可以隐含地设置位于另一个控件中的控件的样式?
例如,为按钮内的图像设置样式,而不设置所有图像的样式?
您可以将样式插入到 Button 的 ResourceDictionary 中。那么它只适用于包含的图像。