KnownResourceStateStyles Fields
Class Fields 4 members
The set of well known resource states.
The error state. Useful for error messages.
public static readonly string Error The info state. Useful for informational messages.
public static readonly string Info The success state
public static readonly string Success The warning state. Useful for showing warnings.
public static readonly string Warn