<kendo:diagram-editable-resize-handles-hover-fill>
Specifies the fill settings on hovering over the resizing handles. See the editable.resize configuration for an example.
Example
<kendo:diagram-editable-resize-handles-hover>
<kendo:diagram-editable-resize-handles-hover-fill></kendo:diagram-editable-resize-handles-hover-fill>
</kendo:diagram-editable-resize-handles-hover>
Configuration Attributes
color java.lang.String
Specifies the fill color on hovering over the resizing handles. See the editable.resize configuration for an example.
Example
<kendo:diagram-editable-resize-handles-hover-fill color="color">
</kendo:diagram-editable-resize-handles-hover-fill>
opacity float
Specifies the fill opacity on hovering over the resizing handles. See the editable.resize configuration for an example.
Example
<kendo:diagram-editable-resize-handles-hover-fill opacity="opacity">
</kendo:diagram-editable-resize-handles-hover-fill>