ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1BasicColorPickerPart Class / Palette Property

In This Topic
    Palette Property (C1BasicColorPickerPart)
    In This Topic
    Gets or sets the palette displayed in the basic tab.
    Syntax
    'Declaration
     
    
    Public Property Palette As ColorPalette
    public ColorPalette Palette {get; set;}
    See Also