CompositionAnimationGroup Class
Definition
public class CompositionAnimationGroup
Constructors
| Name | Description |
|---|---|
| CompositionAnimationGroup | No summary available. |
CompositionAnimationGroup Constructor
public CompositionAnimationGroup(Avalonia.Rendering.Composition.Compositor compositor)
Parameters
compositor Avalonia.Rendering.Composition.Compositor
Methods
| Name | Description |
|---|---|
| Add | No summary available. |
| Remove | No summary available. |
| RemoveAll | No summary available. |
| StartAnimation | Connects an animation with the specified property of the object and starts the animation. Inherited from CompositionObject. |
| StartAnimationGroup | Starts an animation group. The StartAnimationGroup method on CompositionObject lets you start CompositionAnimationGroup. All the animations in the group will be started at the same time on the object. Inherited from CompositionObject. |
| StopAnimation | Disconnects an animation from the specified property and stops the animation. Inherited from CompositionObject. |
| StopAnimationGroup | Stops an animation group. Inherited from CompositionObject. |
Add Method
public void Add(Avalonia.Rendering.Composition.Animations.CompositionAnimation value)
Parameters
value Avalonia.Rendering.Composition.Animations.CompositionAnimation
Remove Method
public void Remove(Avalonia.Rendering.Composition.Animations.CompositionAnimation value)
Parameters
value Avalonia.Rendering.Composition.Animations.CompositionAnimation
RemoveAll Method
public void RemoveAll()
Properties
| Name | Description |
|---|---|
| Compositor | The associated Compositor Inherited from CompositionObject. |
| ImplicitAnimations | The collection of implicit animations attached to this object. Inherited from CompositionObject. |
| IsDisposed | Inherited from CompositionObject. |