BitmapSource.Palette Property

Definition

Gets the color palette of the bitmap, if one is specified.

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 color palette of the bitmap.

Attributes

Applies to

See also