FMX.Ani.TColorKeyAnimation.Keys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Keys: TKeys read FKeys write SetKeys;

C++

__property TKeys* Keys = {read=FKeys, write=SetKeys};

Properties

Type Visibility Source Unit Parent
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TColorKeyAnimation

Description

Specifies the collection of color keys. These color keys will be used to change the color of the specified property to animate (shift the color).

See Also