BitmapEncoder.ColorContexts Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu kodlayıcıyla ilişkili renk profilini temsil eden bir değer alır veya ayarlar.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); void set(System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ value); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; set; }
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> with get, set
Public Overridable Property ColorContexts As ReadOnlyCollection(Of ColorContext)
Özellik Değeri
Bu kodlayıcının ColorContext kullandığı renk profillerini temsil eden nesne koleksiyonu.
Özel durumlar
Kodlayıcı renk profillerini desteklemez.
ColorContext Kodlayıcıya geçirilen değer şeklindedirnull
.