Class ScaleToAnimation
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
Represents an animation that scales the target element to a specified size.
public class ScaleToAnimation : AnimationBase, INotifyPropertyChanged
- Inheritance
-
ScaleToAnimation
- Implements
- Inherited Members
Fields
ScaleProperty
Bindable property for specifying the target scale value.
public static readonly BindableProperty ScaleProperty
Field Value
Properties
Scale
Gets or sets the target scale value for the animation.
public double Scale { get; set; }
Property Value
Methods
BeginAnimation()
protected override Task BeginAnimation()