Class
TimelineResizeAnimation

Animation for the RadTimeline group resize.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class TimelineResizeAnimation : RadAnimation

Inheritance: objectRadAnimationTimelineResizeAnimation

Inherited Members RadAnimation.AnimationNameRadAnimation.RepeatBehaviorRadAnimation.SpeedRatio

Constructors

TimelineResizeAnimation()

Declaration

cs-api-definition
public TimelineResizeAnimation()

Properties

TargetElementName

Gets or sets the name of the element that should be animated.

Declaration

cs-api-definition
public string TargetElementName { get; set; }

Property Value

string

The name of the element that should be animated.

Methods

CreateAnimation(FrameworkElement)

Creates an animation for the specified FrameworkElement.

Declaration

cs-api-definition
public override Storyboard CreateAnimation(FrameworkElement control)

Parameters

control

FrameworkElement

The control for which the animation is needed.

Returns

Storyboard

The newly created animation.

Overrides RadAnimation.CreateAnimation(FrameworkElement)

UpdateAnimation(FrameworkElement, Storyboard, params object[])

Updates the animation, created for the specified FrameworkElement.

Declaration

cs-api-definition
public override void UpdateAnimation(FrameworkElement control, Storyboard storyboard, params object[] args)

Parameters

control

FrameworkElement

The control for which the animation needs to be updated.

storyboard

Storyboard

Storyboard that needs to be updated.

args

object[]

Optional arguments that the animation needs, can be provided by the control.

Overrides RadAnimation.UpdateAnimation(FrameworkElement, Storyboard, params object[])