FormatConvertedBitmap.DestinationPalette Property

Definition

Gets or sets the palette to apply to the bitmap if the format is indexed.

public:
 property System::Windows::Media::Imaging::BitmapPalette ^ DestinationPalette { System::Windows::Media::Imaging::BitmapPalette ^ get(); void set(System::Windows::Media::Imaging::BitmapPalette ^ value); };
public System.Windows.Media.Imaging.BitmapPalette DestinationPalette { get; set; }
member this.DestinationPalette : System.Windows.Media.Imaging.BitmapPalette with get, set
Public Property DestinationPalette As BitmapPalette

Property Value

The destination palette to apply to the bitmap. The default value is null.

Remarks

You must set this property if you want to use an indexed pixel format for the DestinationFormat.

Dependency Property Information

Identifier field DestinationPaletteProperty
Metadata properties set to true None

Applies to

See also