Xceed Toolkit Plus for WPF v4.6 Documentation
DoubleAnimator Constructor


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace > DoubleAnimator Class : DoubleAnimator Constructor
Provides an equation on how to animate the values.
Initalizes with the given animation equation.
Syntax
'Declaration
 
Public Function New( _
   ByVal equation As IterativeEquation(Of Double) _
)
'Usage
 
Dim equation As IterativeEquation(Of Double)
 
Dim instance As New DoubleAnimator(equation)
public DoubleAnimator( 
   IterativeEquation<double> equation
)

Parameters

equation
Provides an equation on how to animate the values.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DoubleAnimator Class
DoubleAnimator Members