StiPieLabelAnimation Class

Namespace: Stimulsoft.Base.Context.Animation

Inheritance

Inherits from: StiAnimation

Constructors

Constructor Description
StiPieLabelAnimation(double? valueFrom, double? value, float angleFrom, float angle, RectangleF clientRect, RectangleF rectLabelFrom, RectangleF rectLabel, TimeSpan duration, TimeSpan beginTime)  

StiPieLabelAnimation(valueFrom: double?, value: double?, angleFrom: float, angle: float, clientRect: RectangleF, rectLabelFrom: RectangleF, rectLabel: RectangleF, duration: TimeSpan, beginTime: TimeSpan)

Parameters

  • valueFrom (double?)
  • value (double?)
  • angleFrom (float)
  • angle (float)
  • clientRect (RectangleF)
  • rectLabelFrom (RectangleF)
  • rectLabel (RectangleF)
  • duration (TimeSpan)
  • beginTime (TimeSpan)

Properties

Property Type Description
Angle float  
AngleFrom float  
ClientRect RectangleF  
RectLabel RectangleF  
RectLabelFrom RectangleF  
Value double?  
ValueFrom double?