Xceed Toolkit Plus for WPF v5.0 Documentation
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)
    public void StartItemAnimation( 
       double offsetX,
       double offsetY,
       double scaleWidth,
       double scaleHeight,
       double duration,
       int index,
       double moveRatio,
       double 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.
    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