https://assets.asklib.com/images/image2/2018072716264748369.jpg You have definded a style in app.xaml You want to use this style in your application in code behind. How can you achieve this? ()

A . button1.Style = FindName("A") as Style B . button1.Style = FindName("B") as Style C . button1.Style = FindResource("A") as Style D . button1.Style = FindResource("B") as Style

时间:2022-10-29 03:27:45 所属题库:MCPD(70-511)题库

相似题目