getHeight

Gets the height value.

Returns

Number The current height value.

Example

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