Skip to main content
Version: 3.5

ErrorAnimationType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of animation to apply to the error provider.

public enum ErrorAnimationType : Enum

Fields

NameDescription
BlinkBlink animation, the element appears and disappears.
BounceBounce animation. The element bounces up and down.
NoneNo animation.
TadaTada animation. The element is zoomed, giggles and returns to its original size and location.

Used By

NameDescription
ErrorProvider.BlinkAnimationReturns or sets a value indicating the type of animation to perform when the error icon blinks..