LateBoundBitmapDecoder.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 that is associated with this decoder.
public:
virtual property System::Windows::Media::Imaging::BitmapPalette ^ Palette { System::Windows::Media::Imaging::BitmapPalette ^ get(); };
public override System.Windows.Media.Imaging.BitmapPalette Palette { [System.Security.SecurityCritical] get; }
public override 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 Overrides ReadOnly Property Palette As BitmapPalette
Property Value
The BitmapPalette that is associated with this decoder. If the bitmap has no palette, or if the LateBoundBitmapDecoder is still downloading content, this property returns null
. This property has no default value.
- Attributes
Applies to
See also
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.