BitmapDecoder::Palette Property
.NET Framework (current version)
Gets the BitmapPalette associated with this decoder.
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
Available since 3.0
Show: