ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / ColorPalette Class
Members

In This Topic
    ColorPalette Class
    In This Topic
    Class that defines named groups of colors.
    Object Model
    ColorPalette Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ColorPalette 
       Inherits C1.DataCollection.C1DataCollectionList(Of ColorPaletteEntry)
    public sealed class ColorPalette : C1.DataCollection.C1DataCollectionList<ColorPaletteEntry> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.ColorPicker.ColorPalette

    See Also