Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / IterativeAnimator Class / GetNextChildPlacement Method


In This Topic
    GetNextChildPlacement Method (IterativeAnimator)
    In This Topic
    Called iteratively while a child is animating to its target placement rect. Each iteration should result in a new placement rect until the target placement is reached.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetNextChildPlacement( _
       ByVal child As UIElement, _
       ByVal currentTime As TimeSpan, _
       ByVal currentPlacement As Rect, _
       ByVal targetPlacement As Rect, _
       ByVal activeLayout As AnimationPanel, _
       ByVal animationRate As AnimationRate, _
       ByRef placementArgs As Object, _
       ByRef isDone As Boolean _
    ) As Rect
    'Usage
     
    
    Dim instance As IterativeAnimator
    Dim child As UIElement
    Dim currentTime As TimeSpan
    Dim currentPlacement As Rect
    Dim targetPlacement As Rect
    Dim activeLayout As AnimationPanel
    Dim animationRate As AnimationRate
    Dim placementArgs As Object
    Dim isDone As Boolean
    Dim value As Rect
     
    value = instance.GetNextChildPlacement(child, currentTime, currentPlacement, targetPlacement, activeLayout, animationRate, placementArgs, isDone)

    Parameters

    child
    currentTime
    currentPlacement
    targetPlacement
    activeLayout
    animationRate
    placementArgs
    isDone
    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