New to Kendo UI for jQueryStart a free 30-day trial

Cursor

configuration

The element CSS cursor.

Applicable to an SVG output.

cursor

String
<div id="surface"></div>
<script>
    var draw = kendo.drawing;
    var geom = kendo.geometry;

    var circle = new draw.Circle(new geom.Circle([100, 100], 80), {
        cursor: "pointer",
        stroke: { color: "red", width: 1 }
    });

    var surface = draw.Surface.create($("#surface"));
    surface.draw(circle);
</script>
Not finding the help you need?
Contact Support