[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / PileFlowItem Class / StartItemAnimation Method
X offset transform.
Y offset transform.
Width scale transform.
Height scale transform.
Duration of animation.
Current item index.
Animation ratio.
Determines if current animation will have decelerating ratio.


In This Topic
    StartItemAnimation Method
    In This Topic
    Starts the animation of the current item with specified transfom values.
    Syntax
    'Declaration
     
    
    Public Sub StartItemAnimation( _
       ByVal offsetX As Double, _
       ByVal offsetY As Double, _
       ByVal scaleWidth As Double, _
       ByVal scaleHeight As Double, _
       ByVal duration As Double, _
       ByVal index As Integer, _
       ByVal moveRatio As Double, _
       ByVal decelerationRatio As Double _
    ) 
    'Usage
     
    
    Dim instance As PileFlowItem
    Dim offsetX As Double
    Dim offsetY As Double
    Dim scaleWidth As Double
    Dim scaleHeight As Double
    Dim duration As Double
    Dim index As Integer
    Dim moveRatio As Double
    Dim decelerationRatio As Double
     
    instance.StartItemAnimation(offsetX, offsetY, scaleWidth, scaleHeight, duration, index, moveRatio, decelerationRatio)

    Parameters

    offsetX
    X offset transform.
    offsetY
    Y offset transform.
    scaleWidth
    Width scale transform.
    scaleHeight
    Height scale transform.
    duration
    Duration of animation.
    index
    Current item index.
    moveRatio
    Animation ratio.
    decelerationRatio
    Determines if current animation will have decelerating ratio.
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also