FormatConvertedBitmap.DestinationPalette 屬性

定義

取得或設定要套用到點陣圖的調色盤,如果格式已編製索引。

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

屬性值

要套用至點陣圖的目的調色盤。 預設值是 null

備註

如果您想要針對 DestinationFormat 使用索引像素格式,則必須設定這個屬性。

相依性屬性資訊

識別碼欄位 DestinationPaletteProperty
中繼資料屬性設定為 true

適用於

另請參閱