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
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Number
The radius of the circle.
<script> var geom = kendo.geometry; var circle = new geom.Circle([10, 10], 25); console.log(circle.radius); // 25 // Create circle with different radius var largeCircle = new geom.Circle([0, 0], 50); console.log(largeCircle.radius); // 50 </script>