StopAnimation Method
Disconnects an animation from the specified property and stops the animation.
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void StopAnimation(
string propertyName
)
Public Sub StopAnimation (
propertyName As String
)
member StopAnimation :
propertyName : string -> unit
Parameters
- String
- The name of the property to disconnect the animation from.
See Also
Reference
CompositionObject Class
Avalonia.Rendering.Composition Namespace