FMX.Ani.TBitmapListAnimation.PropertyName

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

Delphi

property PropertyName: string read FPropertyName write SetPropertyName default 0;

C++

__property PropertyName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TBitmapListAnimation

説明

アニメーションするプロパティの名前。

PropertyName は、プロパティの名前を保有する文字列で、このプロパティが、アニメーション時に指定されたビットマップに従い変更されます。 フォーム内にある TImage のビットマップ イメージをアニメーションしたい場合、PropertyName'Bitmap' となります。

関連項目