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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.