Vcl.ComCtrls.TAnimate.FrameHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FrameHeight: Integer read FFrameHeight;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

説明

アニメーション内にある各イメージのピクセル単位の高さを示します。

FrameHeight プロパティを使用すると,アニメーションのフレームを完全に表示するのに必要な高さを設定できます。AutoSize が true の場合,アニメーションコントロールのサイズは,FrameHeight の値に基づいて自動的に調整されます。

関連項目