StiLabelAnimation Class

Namespace: Stimulsoft.Base.Context.Animation

Inheritance

Inherits from: StiAnimation

Constructors

Constructor Description
StiLabelAnimation(TimeSpan duration, TimeSpan beginTime)  
StiLabelAnimation(double? valueFrom, double? value, PointF pointFrom, PointF point, TimeSpan duration, TimeSpan beginTime)  

StiLabelAnimation(duration: TimeSpan, beginTime: TimeSpan)

Parameters

  • duration (TimeSpan)
  • beginTime (TimeSpan)

StiLabelAnimation(valueFrom: double?, value: double?, pointFrom: PointF, point: PointF, duration: TimeSpan, beginTime: TimeSpan)

Parameters

  • valueFrom (double?)
  • value (double?)
  • pointFrom (PointF)
  • point (PointF)
  • duration (TimeSpan)
  • beginTime (TimeSpan)

Properties

Property Type Description
LabelRect RectangleF  
Point PointF  
PointFrom PointF  
Value double?  
ValueFrom double?