getWidth

Gets the width value.

Returns

Number The current width value.

Example

<script>
var geom = kendo.geometry;
var size = new geom.Size(150, 75);
var currentWidth = size.getWidth();
console.log(currentWidth); // logs 150
</script>
In this article
getWidth
Not finding the help you need?
Contact Support