Hi Telerik
is there a Property to change hover color for buttons (radButton , ToggleButton) in UI Element Editor
without using Visual Studio Builder
if not how to change hover color in Visual Studio Builder in single button without changing all
thank you
1 Answer, 1 is accepted
0
Accepted
Dimitar
Telerik team
answered on 05 Jun 2014, 08:33 AM
Hi Maher,
Thank you for writing.
There is no such built-in property for the hover fill, but you can subscribe to the MouseLeave and MouseEnter events of the button and set the color there (in the mouse leave the styles are reset):
If you change the color in Visual Style Builder it will apply for all buttons that are using this theme.
Let me know if you have additional questions.
Regards,
Dimitar
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.