Class TimelineResizeAnimation
Animation for the RadTimeline group resize.
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineResizeAnimation : RadAnimation
Constructors
TimelineResizeAnimation()
Declaration
public TimelineResizeAnimation()
Properties
TargetElementName
Gets or sets the name of the element that should be animated.
Declaration
public string TargetElementName { get; set; }
Property Value
System.String
The name of the element that should be animated. |
Methods
CreateAnimation(FrameworkElement)
Creates an animation for the specified System.Windows.FrameworkElement.
Declaration
public override Storyboard CreateAnimation(FrameworkElement control)
Parameters
System.Windows.FrameworkElement
control
The control for which the animation is needed. |
Returns
System.Windows.Media.Animation.Storyboard
The newly created animation. |
Overrides
UpdateAnimation(FrameworkElement, Storyboard, Object[])
Updates the animation, created for the specified System.Windows.FrameworkElement.
Declaration
public override void UpdateAnimation(FrameworkElement control, Storyboard storyboard, params object[] args)
Parameters
System.Windows.FrameworkElement
control
The control for which the animation needs to be updated. |
System.Windows.Media.Animation.Storyboard
storyboard
Storyboard that needs to be updated. |
System.Object[]
args
Optional arguments that the animation needs, can be provided by the control. |