Vcl.WinXCtrls.TSplitView.AnimationStep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimationStep: Word read FAnimationStep write FAnimationStep default 20;

C++

__property AnimationStep = {default=20};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

The number of pixels by which the width of the control is adjusted during each step of the opening and closing animation.

Vcl.WinXCtrls.TSplitView.AnimationStep inherits from Vcl.WinXCtrls.TCustomSplitView.AnimationStep. All content below this line refers to Vcl.WinXCtrls.TCustomSplitView.AnimationStep.

The number of pixels by which the width of the control is adjusted during each step of the opening and closing animation.


See Also