TdxGaugeQuantitativeScale.OnAnimationComplete Event
In This Article
Enables you to respond to completion of a value transition animation sequence.
#Declaration
Delphi
property OnAnimationComplete: TNotifyEvent read; write;
#Remarks
This event is fired after completion of a value transition animation sequence.
The Sender parameter specifies the quantitative scale whose value pointer (needle or level bar) is animated.
See Also