CompositionObjectStartAnimation Method
Connects an animation with the specified property of the object and starts the animation.
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void StartAnimation(
string propertyName,
CompositionAnimation animation
)
Public Sub StartAnimation (
propertyName As String,
animation As CompositionAnimation
)
member StartAnimation :
propertyName : string *
animation : CompositionAnimation -> unit
Parameters
- propertyName String
-
- animation CompositionAnimation
-