JVCL Help:TJvDockVSNetStyle.SetAnimationMoveWidth
JVCL Help: TJvDockVSNetStyle.SetAnimationMoveWidth Method
Search in JVCL Help
Search in all projectsSummary
Sets a new animation move width.
Pascal
classprocedureSetAnimationMoveWidth(constValue: Integer);
Parameters
Parameters | Description |
const Value: Integer | the new animation move width, in pixels. |
Description
Call SetAnimationMoveWidth to change the animation move width for VS.Net style dockable forms. The smaller the width is, the smoother the animation appears but it will also take longer. The animation move width in conjunction with the animation interval determines the smoothness and speed of the hiding and showing of VS.Net style dockable forms. This is a class method and thus can be called without creating an instance of the object. The default value for the move width is 20 pixels.
See Also
TJvDockVSNetStyle.GetAnimationMoveWidth
About
Notes
Changing the animation move width, changes it for allTJvDockVSNetStyle forms.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page