Given UIElementCollection, find all elements that have StyleA, and change them to StyleB in WPF
I\'ve got a MyGrid.Children UIElementCollection,I would like to find all the Rectangles in it that have there styles set to StyleA, and set them to StyleB.
问答
阅读(0)