FMX.Ani.TColorKey.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TAlphaColor read FValue write FValue;

C++

__property System::Uitypes::TAlphaColor Value = {read=FValue, write=FValue, nodefault};

Properties

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

Description

Specifies the alpha color used by this TColorKey in any TColorKeyAnimation.

See Also