FMX.Ani.TCustomPropertyAnimation.PropertyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PropertyName: string read FPropertyName write SetPropertyName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TCustomPropertyAnimation

Description

Specifies the property on which the animation will be applied to.

See Also