This question is locked. New answers and comments are not allowed.
hi
i need to change the border of a radwindow to blue
i tried to use the reference on the sdk :
but it's not working
how can i change the border of a radwindow i open to blow?
i need to change the border of a radwindow to blue
i tried to use the reference on the sdk :
RadWindow radWindow = new RadWindow();
radWindow.Style = this.Resources[ "RadWindowStyle" ] as Style;
radWindow.Style = this.Resources[ "RadWindowStyle" ] as Style;
but it's not working
how can i change the border of a radwindow i open to blow?