messages.panes.crop.landscapeString(default: "Landscape")

Defines the localization for the crop pane field.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        panes: {
            crop: {
                landscape: "Querformat"
            }
        }
    }
});
</script>
In this article
messages.panes.crop.landscape
Not finding the help you need?
Contact Support