Image.Palette Właściwość

Definicja

Pobiera lub ustawia paletę kolorów używaną dla tego Imageelementu .

public:
 property System::Drawing::Imaging::ColorPalette ^ Palette { System::Drawing::Imaging::ColorPalette ^ get(); void set(System::Drawing::Imaging::ColorPalette ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Imaging.ColorPalette Palette { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Palette : System.Drawing.Imaging.ColorPalette with get, set
Public Property Palette As ColorPalette

Wartość właściwości

ColorPalette

Element ColorPalette reprezentujący paletę kolorów używaną dla tego Imageelementu .

Atrybuty

Uwagi

Ta właściwość zwraca kopię obiektu używanego ColorPalette przez ten Imageobiekt .

Dotyczy