StartAnimation Method
Connects an animation with the specified property of the object and starts the animation.
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void StartAnimation(
string propertyName,
CompositionAnimation animation
)
Public Sub StartAnimation (
propertyName As String,
animation As CompositionAnimation
)
member StartAnimation :
propertyName : string *
animation : CompositionAnimation -> unit
Parameters
See Also
Reference
CompositionObject Class
Avalonia.Rendering.Composition Namespace