Class RectAnimation
Inheritance
System.Object
RectAnimation
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class RectAnimation : DependencyObject
Constructors
RectAnimation()
Declaration
public RectAnimation()
Fields
BeginTimeProperty
The DependencyProperty for BeginTime property.
Declaration
public static readonly DependencyProperty BeginTimeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DurationProperty
The DependencyProperty for Duration property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FromProperty
The DependencyProperty for From property.
Declaration
public static readonly DependencyProperty FromProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ToProperty
The DependencyProperty for To property.
Declaration
public static readonly DependencyProperty ToProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
BeginTime
Gets or sets the animation begining time.
Declaration
public TimeSpan BeginTime { get; set; }
Property Value
Type |
---|
System.TimeSpan |
Duration
Gets or sets the time duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type |
---|
System.TimeSpan |
From
Gets or sets the starting time
Declaration
public Rect From { get; set; }
Property Value
Type |
---|
Windows.Foundation.Rect |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
---|
System.Boolean |
To
Gets or sets the ending time
Declaration
public Rect To { get; set; }
Property Value
Type |
---|
Windows.Foundation.Rect |
Methods
add_Completed(RectAnimationCompletedHandler)
Declaration
public void add_Completed(RectAnimationCompletedHandler value)
Parameters
Type | Name | Description |
---|---|---|
RectAnimationCompletedHandler | value |
Begin()
Start the animation.
Declaration
public void Begin()
remove_Completed(RectAnimationCompletedHandler)
Declaration
public void remove_Completed(RectAnimationCompletedHandler value)
Parameters
Type | Name | Description |
---|---|---|
RectAnimationCompletedHandler | value |
SetTarget(UIElement)
Set the animation target.
Declaration
public void SetTarget(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.UIElement | element |
StartUpdate()
Declaration
public void StartUpdate()
Stop()
Stop the animation.
Declaration
public void Stop()
Events
Completed
Declaration
public event RectAnimationCompletedHandler Completed
Event Type
Type |
---|
RectAnimationCompletedHandler |