Animation used in the RadWatermarkTextBox to animate the position of its label element.
Definition
Namespace:Telerik.Windows.Controls.Animation
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class LabelPositionAnimation : RadDoubleAnimation
Inheritance: objectRadAnimationBaseAnimationOrientedAnimationRadDoubleAnimationLabelPositionAnimation...
Inherited Members
Constructors
Initializes a new instance of the LabelPositionAnimation class.
C#
public LabelPositionAnimation()
Methods
Updates the animation.
C#
protected override void UpdateAnimationOverride(FrameworkElement control, Storyboard storyboard, FrameworkElement target, params object[] args)
The control for which the animation needs to be updated.
storyboardStoryboardStoryboard that needs to be updated.
targetFrameworkElementThe targeted element of the animation.
argsobject[]Overrides:
Remarks:
Currently the method sets the SpeedRatio of the storyboard to the global AnimationSpeedRatio if the local SpeedRatio is null. If the local SpeedRatio value is set, it will be used.