Insert Method
Definition
Namespace: Avalonia.Rendering.Composition.Animations
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Insert(
string key,
ICompositionAnimationBase animation
)
Public Sub Insert (
key As String,
animation As ICompositionAnimationBase
)
member Insert :
key : string *
animation : ICompositionAnimationBase -> unit
Parameters
See Also
Reference
ImplicitAnimationCollection Class
Avalonia.Rendering.Composition.Animations Namespace