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 { get; }
[get: System.Security.SecurityCritical]
public virtual System.Windows.Media.Imaging.BitmapPalette Palette { get; }
member this.Palette : System.Windows.Media.Imaging.BitmapPalette
[<get: System.Security.SecurityCritical>]
member this.Palette : System.Windows.Media.Imaging.BitmapPalette
Public Overridable ReadOnly Property Palette As BitmapPalette
Property Value
The color palette of the bitmap.
- Attributes