LateBoundBitmapDecoder.ColorContexts Propriedade

Definição

Obtém um valor que representa o perfil de cor associado a um bitmap, se for definido.

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 Propriedade

Uma instância disso ColorContext representa o perfil de cor embutido do bitmap. Se não tiver sido definido nenhum perfil de cor, ou se ainda LateBoundBitmapDecoder estiver a descarregar conteúdo, esta propriedade devolve null. Esta propriedade não tem valor padrão.

Atributos

Aplica-se a

Ver também