Class RelRotateToAnimation
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
Represents an animation that rotates the target element by a relative angle.
public class RelRotateToAnimation : AnimationBase, INotifyPropertyChanged
- Inheritance
-
RelRotateToAnimation
- Implements
- Inherited Members
Fields
RotationProperty
Bindable property for specifying the relative rotation angle.
public static readonly BindableProperty RotationProperty
Field Value
Properties
Rotation
Gets or sets the relative rotation angle for the animation.
public double Rotation { get; set; }
Property Value
Methods
BeginAnimation()
Begins the relative rotation animation, rotating the target element by the specified angle.
protected override Task BeginAnimation()
Returns
- Task
A Task representing the asynchronous operation.
Exceptions
- NullReferenceException
Thrown when the Target property is null.