Table of Contents

Class AnimateProgressInt

Namespace
AlohaKit.Animations.Behaviors
Assembly
AlohaKit.Animations.dll
public class AnimateProgressInt : AnimationProgressBaseBehavior, INotifyPropertyChanged
Inheritance
AnimateProgressInt
Implements
Inherited Members

Fields

FromProperty

public static readonly BindableProperty FromProperty

Field Value

BindableProperty

ToProperty

public static readonly BindableProperty ToProperty

Field Value

BindableProperty

Properties

From

public int From { get; set; }

Property Value

int

To

public int To { get; set; }

Property Value

int

Methods

OnUpdate()

Performs the animation update logic. This method must be implemented by derived classes.

protected override void OnUpdate()