BitmapSource.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 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.