Table of Contents

Property EffectiveAnimationTimerInterval

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EffectiveAnimationTimerInterval

Gets the effective interval, in milliseconds, used for the animation timer. This value is determined by the specified animation timer interval or defaults to the standard interval if not set.

protected virtual int EffectiveAnimationTimerInterval { get; }

Property Value

int

Remarks

This property ensures that a valid timer interval is always available for animation operations. If the animation timer interval has not been explicitly set, the default interval will be used as a fallback.