ErrorAnimationType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of animation to apply to the error provider.
- C#
- VB.NET
public enum ErrorAnimationType : Enum
Public Enum ErrorAnimationType As [Enum]
Fields
| Name | Description |
|---|---|
| Blink | Blink animation, the element appears and disappears. |
| Bounce | Bounce animation. The element bounces up and down. |
| None | No animation. |
| Tada | Tada animation. The element is zoomed, giggles and returns to its original size and location. |
Used By
| Name | Description |
|---|---|
| ErrorProvider.BlinkAnimation | Returns or sets a value indicating the type of animation to perform when the error icon blinks.. |