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

Customizing Draggable

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-drag-clue-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
Borer radius of the drag clue.
$kendo-drag-clue-border-widthNumber0px0px
Description
Borer width of the drag clue.
$kendo-drag-clue-border-styleStringsolidsolid
Description
Borer style of the drag clue.
$kendo-drag-clue-padding-xString$kendo-padding-lg-xvar(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of the drag clue.
$kendo-drag-clue-padding-yString$kendo-padding-lg-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
Vertical padding of the drag clue.
$kendo-drag-clue-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
Font family of the drag clue.
$kendo-drag-clue-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font size of the drag clue.
$kendo-drag-clue-line-heightStringvar( --kendo-line-height, inherit )var(--kendo-line-height, inherit)
Description
Line height of the drag clue.
$kendo-drag-clue-spacingNumber.4ex0.4ex
Description
Spacing of the drag clue.
$kendo-drag-clue-opacityNumber.80.8
Description
Opacity of the drag clue.
$kendo-drag-clue-textStringvar( --kendo-selected-text, inherit )var(--kendo-selected-text, inherit)
Description
Text color of the drag clue.
$kendo-drag-clue-bgStringvar( --kendo-selected-bg, inherit )var(--kendo-selected-bg, inherit)
Description
Background color of the drag clue.
$kendo-drag-clue-borderStringvar( --kendo-selected-border, inherit )var(--kendo-selected-border, inherit)
Description
Border color of the drag clue.
$kendo-drag-clue-gradientNullnullnull
Description
Gradient of the drag clue.
$kendo-drag-clue-shadowStringvar( --kendo-box-shadow-depth-2, none )var(--kendo-box-shadow-depth-2, none)
Description
Box shadow of the drag clue.
$kendo-drop-hint-arrow-sizeNumber6px6px
Description
Arrow size of the drop hint.
$kendo-drop-hint-arrow-spacingNumbermath.div( $kendo-drop-hint-arrow-size, 2 )3px
Description
Arrow spacing of the drop hint.
$kendo-drop-hint-line-h-widthNumber20px20px
Description
Width of the horizontal drop hint line.
$kendo-drop-hint-line-h-heightNumber1px1px
Description
Height of the horizontal drop hint line.
$kendo-drop-hint-line-v-widthNumber$kendo-drop-hint-line-h-height1px
Description
Width of the vertical drop hint line.
$kendo-drop-hint-line-v-heightNumber$kendo-drop-hint-line-h-width20px
Description
Height of the vertical drop hint line.
$kendo-drop-hint-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
Background-color of the drop hint.

In this article

Not finding the help you need?