Vcl.Themes.TStyleManager.AnimationOnControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property AnimationOnControls: Boolean read FAnimationOnControls write FAnimationOnControls default False;

C++

/* static */ __property bool AnimationOnControls = {read=FAnimationOnControls, write=FAnimationOnControls, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleManager

Description

Enables the animation effect in controls when custom styles are used.

Set the AnimationOnControls property to True to enable the fade effect in controls when the mouse enters or leaves the area of the control.

By default, the value of AnimationOnControls is set to False.

See Also