Enum InfoBar.InfoSeverity
- Namespace
- Tudormobile.Wpf.Controls
- Assembly
- Tudormobile.WpfControls.dll
Severity of the information represented by the information bar.
public enum InfoBar.InfoSeverity
Fields
Error = 3Information represents an error.
Informational = 0Info only.
Success = 1Success confirmation.
Warning = 2Information is a warning to the user.