[]
Contains information about a specific animation.
public class C1Animation : BindableObject
Name | Description |
---|---|
C1Animation() | Initializes a new instance of a C1Animation. |
Name | Description |
---|---|
DurationProperty | |
DurationPropertyName | |
EasingProperty | |
EasingPropertyName | |
StartDelayProperty | |
StartDelayPropertyName |
Name | Description |
---|---|
Duration | Gets or sets the duration time of the animation. |
Easing | Gets or sets the easing funtion used to interpolate the values of the animation. |
StartDelay | Gets or sets the elapsed time before the animation starts. |