// ReSharper disable once CheckNamespace namespace WPFluent.Controls; public enum InfoBadgeSeverity { /// /// 注意 /// Attention = 0, /// /// 成功 /// Success = 1, /// /// 警告 /// Caution = 2, /// /// 紧要、关键 /// Critical = 3, }