LateBoundBitmapDecoder.ColorContexts Propiedad

Definición

Obtiene un valor que representa el perfil de color asociado a un mapa de bits, si se define uno.

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; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overrides ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Valor de propiedad

Instancia de ColorContext que representa el perfil de color incrustado del mapa de bits. Si no se ha definido ningún perfil de color o si LateBoundBitmapDecoder sigue descargando contenido, esta propiedad devuelve null. Esta propiedad no tiene ningún valor predeterminado.

Atributos

Se aplica a

Consulte también