Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / ColorScaleInfo Structure / Colors Property

In This Topic
    Colors Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property Colors As IReadOnlyList(Of EnumColor)
    public IReadOnlyList<EnumColor> Colors {get; set;}
    See Also