Table of Contents

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

BindableProperty

Properties

Scale

Gets or sets the relative scale value for the animation.

public double Scale { get; set; }

Property Value

double

Methods

BeginAnimation()

protected override Task BeginAnimation()

Returns

Task