Partager via


LateBoundBitmapDecoder.ColorContexts Propriété

Définition

Obtient une valeur qui représente le profil de couleurs associé à une image bitmap, le cas échéant.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public override 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 Overrides ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Valeur de propriété

ReadOnlyCollection<ColorContext>

Instance de ColorContext qui représente le profil de couleurs incorporé de l’image bitmap. Si aucun profil de couleurs n’est défini ou si LateBoundBitmapDecoder télécharge encore du contenu, cette propriété retourne null. Cette propriété n’a aucune valeur par défaut.

Attributs

S’applique à

Voir aussi