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