Vcl.WinXCtrls.TCustomSplitView.AnimationDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimationDelay: Word read FAnimationDelay write SetAnimationDelay default DefaultSplitViewAnimationDelay;

C++

__property System::Word AnimationDelay = {read=FAnimationDelay, write=SetAnimationDelay, default=15};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

The speed of the opening and closing animation.

The smaller the AnimationDelay, the faster the animation.

See Also