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