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