FMX.Ani.TRectAnimation.StartValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartValue: TBounds read FStartRect write SetStartRect;

C++

__property Fmx::Types::TBounds* StartValue = {read=FStartRect, write=SetStartRect};

Properties

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

Description

Starts the animation of this property from this value.

For a TRectAnimation, StartValue is a TBounds containing the value to start animating the controlled property from. If StartFromCurrent is True, StartValue is reassigned to the current value of the property when the animation starts.

See Also