CompositionObjectStartAnimation 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) Version: 11.3.999
public void StartAnimation(
	string propertyName,
	CompositionAnimation animation
)

Parameters

propertyName  String
 
animation  CompositionAnimation
 

See Also