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 x coordinate of the point.
<script> var geom = kendo.geometry; var point = new geom.Point(15, 25); console.log("x coordinate:", point.x); // outputs: x coordinate: 15 </script>