Click or drag to resize
FloatUpDownAnimatorDuration Property
If set, represent number of seconds for this animator to run. When reach 0, will stop animation (and begin slowing down gradually until reaching 0).

Namespace:  GeonBit.UI.Animators
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<float> Duration { get; set; }

Property Value

Type: NullableSingle
See Also