Freigeben über


BitmapDecoder.ColorContexts Eigenschaft

Definition

Ruft einen Wert ab, der das Farbprofil darstellt, das einer Bitmap zugeordnet ist, falls eine definiert ist.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overridable ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Eigenschaftswert

ReadOnlyCollection<ColorContext>

Eine Instanz von ColorContext, die das eingebettete Farbprofil der Bitmap darstellt. Wenn kein Farbprofil definiert wurde, gibt diese Eigenschaft null zurück. Diese Eigenschaft hat keinen Standardwert.

Attribute

Gilt für