radiusNumber

The radius of the circle.

Example

<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>
In this article
radius
Not finding the help you need?
Contact Support