Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1BasicColorPickerPart Class / Palette Property

In This Topic
    Palette Property (C1BasicColorPickerPart)
    In This Topic
    Gets or sets the palette used to display predefined colors.
    Syntax
    'Declaration
     
    
    Public Property Palette As ColorPalette
    public ColorPalette Palette {get; set;}
    See Also