New to Telerik UI for WinForms? Download free 30-day trial

Highlight and BorderHighlight mouse effects.

Since R1 2018 RadControls are supporting mouse effects. Each element that inherits RadItem support these effects. The effects are allowing you to change the border and the fill while the mouse is over the element. The following image is showing the effects:

Highlight and BorderHighlight mouse effects.

tpf-mouse-effects001

Effects Properties

Highlight Effect:

  • EnableHighlightProperty: turns this effect on or off.

  • HighlightColor: Gets or Sets the color of the effect.

BorderHighlight Effect:

  • EnableBorderHighlight: turns this effect on or off.

  • BorderHighlightColor: Gets or Sets the color of the effect.

  • BorderHighlightThickness: Gets or Sets the highlighted border thickness.

See Also

In this article