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
if (el.VisualHit != null && (el.VisualHit as UIElement).IsHitTestVisible)
System.Windows.Media.DrawingVisual doesn't inherit from UIElement, so the as returns null and we get an exception.