BitmapDecoder::Palette Property

 

Gets the BitmapPalette associated with this decoder.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property BitmapPalette^ Palette {
	[SecurityCriticalAttribute]
	virtual BitmapPalette^ get();
}

Property Value

Type: System.Windows.Media.Imaging::BitmapPalette^

The BitmapPalette associated with this decoder. If the bitmap has no palette, null is returned. This property has no default value.

.NET Framework
Available since 3.0
Return to top
Show: