Table of Contents

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 = 3

Information represents an error.

Informational = 0

Info only.

Success = 1

Success confirmation.

Warning = 2

Information is a warning to the user.