Vcl.ComCtrls.TAnimate.FrameHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameHeight: Integer read FFrameHeight;

C++

__property int FrameHeight = {read=FFrameHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

Description

Indicates the height, in pixels, of each image in the animation.

Read FrameHeight to determine the height required to fully display the frames of the animation. If AutoSize is true, the animation control automatically sizes itself to the value of FrameHeight.

See Also