FMX.Ani.TCustomPropertyAnimation.PropertyName

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

Delphi

property PropertyName: string read FPropertyName write SetPropertyName;

C++

__property System::UnicodeString PropertyName = {read=FPropertyName, write=SetPropertyName};

プロパティ

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

説明

アニメーションが適用されるプロパティを示します。

関連項目