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
Gets the circle radius.
Number The radius of the circle.
Number
<script> var geom = kendo.geometry; var circle = new geom.Circle([10, 10], 42); var radius = circle.getRadius(); console.log(radius); // 42 console.log(typeof radius); // "number" </script>