Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
i would like to change the color of my tileElement in runtime (property defined by user), but i would like to keep the effect of the tileElement (another color define for mouseover)
Is there any way ?
this
.radTileElement1.SetThemeValueOverride(LightVisualElement.BackColorProperty, Color.Red,
""
);
It worked out fine. Thank you