Compartir a través de


LateBoundBitmapDecoder.ColorContexts Propiedad

Definición

Obtiene un valor que representa el perfil de color asociado a un mapa de bits, si se ha definido 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; }
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)

Valor de propiedad

ReadOnlyCollection<ColorContext>

Una 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 el LateBoundBitmapDecoder aún está descargando contenido, esta propiedad devuelve null. Esta propiedad no tiene ningún valor predeterminado.

Atributos

Se aplica a

Consulte también