Vcl.ComCtrls.TAnimate.FrameWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameWidth: Integer read FFrameWidth;

C++

__property int FrameWidth = {read=FFrameWidth, nodefault};

Properties

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

Description

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

Read FrameWidth to determine the width required to fully display the frames of the animation. If AutoSize is true, the animation control automatically resizes itself to the value of FrameWidth.

See Also