RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.Center Property

Determines whether the frames of the AVI clip are centered in the animation control.

Pascal
property Center: Boolean;
C++
__property Boolean Center;

Use Center to position the frames of the clip in the animation control when FrameHeight is not the same as ClientHeight or FrameWidth is not the same as ClientWidth. When Center is true, the frames are centered both horizontally and vertically in the client area of the control. When Center is false, the top left corner of the frames is positioned at the top left corner of the client area. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!