BitmapDecoder.Palette Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the BitmapPalette associated with this decoder.
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 BitmapPalette associated with this decoder. If the bitmap has no palette, null
is returned. This property has no default value.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.