Class RectAnimationCompletedArgs
Inheritance
System.Object
RectAnimationCompletedArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class RectAnimationCompletedArgs : EventArgs
Constructors
RectAnimationCompletedArgs()
Declaration
public RectAnimationCompletedArgs()
Properties
Duration
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
---|
System.TimeSpan |
SourceObj
Declaration
public object SourceObj { get; set; }
Property Value
Type |
---|
System.Object |