LateBoundBitmapDecoder.Palette Property

Definition

Gets the BitmapPalette that is associated with this decoder.

public:
 virtual property System::Windows::Media::Imaging::BitmapPalette ^ Palette { System::Windows::Media::Imaging::BitmapPalette ^ get(); };
public override System.Windows.Media.Imaging.BitmapPalette Palette { [System.Security.SecurityCritical] get; }
public override 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 Overrides ReadOnly Property Palette As BitmapPalette

Property Value

The BitmapPalette that is associated with this decoder. If the bitmap has no palette, or if the LateBoundBitmapDecoder is still downloading content, this property returns null. This property has no default value.

Attributes

Applies to

See also