PPCC Namespace
Gets or sets the format of the color palette displayed

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

C#
public ColorPalette Palette { get; set; }
Visual Basic (Declaration)
Public Property Palette As ColorPalette
Visual C++
public:
property ColorPalette Palette {
	ColorPalette get ();
	void set (ColorPalette value);
}

See Also