\Kendo\UI\ImageEditorMessagesPanesCropAspectRatioItems
A PHP class representing the aspectRatioItems setting of ImageEditorMessagesPanesCrop.
Methods
originalRatio
Defines the localization for the crop pane originalRatio field.
Returns
\Kendo\UI\ImageEditorMessagesPanesCropAspectRatioItems
Parameters
$value string
Example
<?php
$aspectRatioItems = new \Kendo\UI\ImageEditorMessagesPanesCropAspectRatioItems();
$aspectRatioItems->originalRatio('value');
?>