FMX.Ani.TColorKeyAnimation.StartFromCurrent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StartFromCurrent: Boolean read FStartFromCurrent write FStartFromCurrent;

C++

__property bool StartFromCurrent = {read=FStartFromCurrent, write=FStartFromCurrent, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TColorKeyAnimation

Beschreibung

Beginnt die Animation dieser Eigenschaft bei ihrem aktuellen Wert.

Wenn StartFromCurrent True ist, beginnt die Animation bei dem aktuellen Wert der gesteuerten Eigenschaft des Eigentümers.

Siehe auch