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
ToProperty
public static readonly BindableProperty ToProperty
Field Value
Properties
From
public int From { get; set; }
Property Value
To
public int To { get; set; }
Property Value
Methods
OnUpdate()
Performs the animation update logic. This method must be implemented by derived classes.
protected override void OnUpdate()