[]
Specifies constants indicating when the error content shows, supplied by a GrapeCity.Windows.InputMan.GcValidationIndicator, should blink to alert the user that a ValidationError has occurred.
public enum BlinkStyle
Public Enum BlinkStyle
This enumeration is used by GrapeCity.Windows.InputMan.GcValidationIndicator.
Name | Description |
---|---|
AlwaysBlink | Error Content will always blink when target property of FrameworkElement is validated failed. |
BlinkOnValidate | Error Content will blink when the target property of FrameworkElement is validated failed each time. And it will stop blinking after blinked some times. |
NeverBlink | Error Content will never blink. |