BitmapDecoder.Palette Property

Definition

Gets the BitmapPalette associated with this decoder.

public:
 virtual property System::Windows::Media::Imaging::BitmapPalette ^ Palette { System::Windows::Media::Imaging::BitmapPalette ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapPalette Palette { [System.Security.SecurityCritical] get; }
public virtual System.Windows.Media.Imaging.BitmapPalette Palette { get; }
[<get: System.Security.SecurityCritical>]
member this.Palette : System.Windows.Media.Imaging.BitmapPalette
member this.Palette : System.Windows.Media.Imaging.BitmapPalette
Public Overridable ReadOnly Property Palette As BitmapPalette

Property Value

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

Attributes

Applies to

See also