| ImageEn, unit ieanimation | 
 | 
 
TIEAnimation.ViewHeight
 
Declaration
property ViewHeight: integer;
Description
Specifies the height of area reserved for the animation.
See Also
◼ViewWidth
animation.ViewWidth := ImageEnView.IEBitmap.Width;
animation.ViewHeight := ImageEnView.IEBitmap.Height;