Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / EnumColor Enumeration

In This Topic
    EnumColor Enumeration
    In This Topic
    Represents a color.
    Syntax
    'Declaration
     
    Public Enum EnumColor 
       Inherits System.Enum
    public enum EnumColor : System.Enum 
    Members
    MemberDescription
    AttentionA color used to draw the attention.
    BlueBlue color.
    CautionThe color represents a neutral state.
    CriticalThe color represents a bad state.
    DefaultThis is the default background color.
    GreenGreen color.
    LightBlueLight-blue color.
    NoneThe color represents an undefined state.
    OrangeOrange color.
    PurplePurple color.
    RedRed color.
    SuccessThe color represents a good state.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.RulesManager.EnumColor

    See Also