New to Kendo UI for Vue? Start a free 30-day trial

Customizing Imageeditor

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-image-editor-bgvar( --kendo-component-bg, inherit )
Description
Background color of the imageeditor.
$kendo-image-editor-textvar( --kendo-component-text, inherit )
Description
Text color of the imageeditor.
$kendo-image-editor-borderif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
Border color of the imageeditor.
$kendo-image-editor-margin-y0
Description
Vertical margin of the imageeditor.
$kendo-image-editor-margin-x0
Description
Horizontal margin of the imageeditor.
$kendo-image-editor-padding-y0
Description
Vertical padding of the imageeditor.
$kendo-image-editor-padding-x0
Description
Horizontal padding of the imageeditor.
$kendo-image-editor-border-width1px
Description
Border width of the imageeditor.
$kendo-image-editor-font-sizevar( --kendo-font-size, inherit )
Description
Font size of the imageeditor.
$kendo-image-editor-line-heightvar( --kendo-line-height, inherit )
Description
Line height of the imageeditor.
$kendo-image-editor-font-familyvar( --kendo-font-family, inherit )
Description
Font family of the imageeditor.
$kendo-image-editor-content-bgif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 ))
Description
Imageeditor content background color.
$kendo-image-editor-content-textinherit
Description
Imageeditor content text color.
$kendo-image-editor-content-borderinherit
Description
Imageeditor content border color.
$kendo-image-editor-content-border-width0
Description
Imageeditor content border width.
$kendo-image-editor-action-pane-bgvar( --kendo-component-bg, inherit )
Description
Imageeditor action pane background color.
$kendo-image-editor-action-pane-textinherit
Description
Imageeditor action pane text color.
$kendo-image-editor-action-pane-borderinherit
Description
Imageeditor action pane border.
$kendo-image-editor-action-pane-padding-ymap.get( $kendo-spacing, 3 )
Description
Imageeditor action pane vertical padding.
$kendo-image-editor-action-pane-padding-xmap.get( $kendo-spacing, 3 )
Description
Imageeditor action pane horizontal padding.
$kendo-image-editor-action-pane-widthif( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )
Description
Imageeditor action pane width.
$kendo-image-editor-crop-bginherit
Description
Crop background color of the imageeditor.
$kendo-image-editor-crop-textinherit
Description
Crop text color of the imageeditor.
$kendo-image-editor-crop-borderif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)
Description
Crop border color of the imageeditor.
$kendo-image-editor-crop-overlay-bgrgba( $kendo-color-black, .3 )
Description
Crop overlay background color of the imageeditor.
$kendo-image-editor-crop-border-width1px
Description
Crop border width of the imageeditor.
$kendo-image-editor-crop-border-styledashed
Description
Crop border style of the imageeditor.
$kendo-image-editor-resize-handle-margin-x1px
Description
Imageeditor resize handle horizontal margin.
$kendo-image-editor-resize-handle-margin-y1px
Description
Imageeditor resize handle vertical margin.
$kendo-image-editor-resize-handle-border-width0 2px 2px 0
Description
Imageeditor resize handle border width.
$kendo-image-editor-resize-handle-sizemap.get( $kendo-spacing, 4 )
Description
Imageeditor resize handle size.
$kendo-image-editor-resize-top-offsetmath.div( $kendo-image-editor-resize-handle-size, 2 )
Description
Imageeditor resize handle top offset.
$kendo-image-editor-resize-left-offsetmath.div( $kendo-image-editor-resize-handle-size, 2 )
Description
Imageeditor resize handle left offset.

In this article

Not finding the help you need?