Gets or sets a value that represents the color palette of the resulting image.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also